# Server Admin

- [Upgrade](https://docs.aicrisk.com/server-admin/upgrade.md): This section provides step-by-step instructions for navigating the Upgrade section.
- [Default Agents](https://docs.aicrisk.com/server-admin/default-agents.md): This section provides step-by-step instructions for navigating the Default Agents section.
- [Adding a New Agent](https://docs.aicrisk.com/server-admin/default-agents/adding-a-new-agent.md): This section provides step-by-step instructions for adding a new agent.
- [Data Archive](https://docs.aicrisk.com/server-admin/data-archive.md): This section provides step-by-step instructions for navigating the Data Archive section.
- [API Access](https://docs.aicrisk.com/server-admin/api-access.md): This section provides step-by-step instructions for navigating the API Access section.
- [Chat](https://docs.aicrisk.com/server-admin/api-access/chat.md)
- [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.
- [OAuth2](https://docs.aicrisk.com/server-admin/api-access/oauth2.md)
- [OAuth2](https://docs.aicrisk.com/server-admin/api-access/oauth2/oauth2.md): Post to obtain a token with ClientID and Secret parameters additional to call user based auth you can pass a UserID parameter to impersonate the user.
- [OAuth2 Token](https://docs.aicrisk.com/server-admin/api-access/oauth2/oauth2-token.md)
- [Users](https://docs.aicrisk.com/server-admin/api-access/users.md)
- [List Users](https://docs.aicrisk.com/server-admin/api-access/users/list-users.md): Returns a list of all the users.
- [Create User](https://docs.aicrisk.com/server-admin/api-access/users/create-user.md): Allows you to create a user.
- [Add User to Group](https://docs.aicrisk.com/server-admin/api-access/users/add-user-to-group.md)
- [Set User Token](https://docs.aicrisk.com/server-admin/api-access/users/set-user-token.md): Sets a token for OAuth2 authentication for a user.
- [Delete User](https://docs.aicrisk.com/server-admin/api-access/users/delete-user.md): Allows you to remove a user from the application.
- [How to Launch Our API Example](https://docs.aicrisk.com/server-admin/api-access/how-to-launch-our-api-example.md)
- [How the Code Works](https://docs.aicrisk.com/server-admin/api-access/how-to-launch-our-api-example/how-the-code-works.md)
- [Configure OAuth2](https://docs.aicrisk.com/server-admin/configure-oauth2.md): This section provides step-by-step instructions for navigating the Configure OAuth2 section.
- [Custom Secrets](https://docs.aicrisk.com/server-admin/custom-secrets.md): This section provides step-by-step instructions for navigating the Custom Secrets section.


---

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