# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aicrisk.com/server-admin/api-access/chat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
