> For the complete documentation index, see [llms.txt](https://docs.aicrisk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aicrisk.com/server-admin/api-access/chat.md).

# Chat

- [List Agents](https://docs.aicrisk.com/server-admin/api-access/chat/list-agents.md): List all agents the user has access to.
- [Create Conversation](https://docs.aicrisk.com/server-admin/api-access/chat/create-conversation.md): Creates a conversation instance of a specific user and agent.
- [List of Conversations](https://docs.aicrisk.com/server-admin/api-access/chat/list-of-conversations.md): Returns a list of conversations for the user based on the agent ID.
- [Get Conversations](https://docs.aicrisk.com/server-admin/api-access/chat/get-conversations.md): Returns a list of conversations for the user based on the agent ID.
- [Ask Agent](https://docs.aicrisk.com/server-admin/api-access/chat/ask-agent.md): Returns a stream from GPT with delta values.  All other agents should use ask.
- [Chat with Agent](https://docs.aicrisk.com/server-admin/api-access/chat/chat-with-agent.md): Allows the user to chat with the agent.
- [Add File to Conversation](https://docs.aicrisk.com/server-admin/api-access/chat/add-file-to-conversation.md): Allows you to add a file to a specific conversation.
- [Add Files to Agent](https://docs.aicrisk.com/server-admin/api-access/chat/add-files-to-agent.md): Adds a file to the agent which will be available for all users.
- [Deleting a File](https://docs.aicrisk.com/server-admin/api-access/chat/deleting-a-file.md): Deletes a file from an agent or conversation.
