> ## Documentation Index
> Fetch the complete documentation index at: https://chainlit-5-wd-prompt.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Entities

> Create Read Update and Delete methods for entities

If you prefer to manipulate entities without using instrumentation, here is a collection of methods to do so.
Checkout the [authentication](/get-started/installation) page for more information on how to instantiate a client.

All entities have a `to_dict` method that will help you visualize its content.

<Card title="User" icon="user" href="/python-client/api-reference/user">
  API reference for User manipulation
</Card>

<Card title="Thread" icon="file" href="/python-client/api-reference/thread">
  API reference for Thread manipulation
</Card>

<Card title="Step" icon="stairs" href="/python-client/api-reference/step">
  API reference for Step manipulation
</Card>

<Card title="Attachment" icon="paperclip" href="/python-client/api-reference/attachment">
  API reference for Attachment manipulation
</Card>

<Card title="Feedback" icon="comment" href="/python-client/api-reference/feedback">
  API reference for Feedback manipulation
</Card>
