# Getting Started

- [Inviting Users](https://docs.aicrisk.com/getting-started/inviting-users.md): Step-by-step guide on adding users to your company
- [Adding New Large Language Models](https://docs.aicrisk.com/getting-started/adding-new-large-language-models.md): Over the next year, we plan to expand our LLM APIs by introducing about one new Endpoint every month. At present, our support extends to Azure OpenAI, OpenAI, and Mistral.
- [Azure Foundry](https://docs.aicrisk.com/getting-started/adding-new-large-language-models/azure-foundry.md)
- [OpenAI](https://docs.aicrisk.com/getting-started/adding-new-large-language-models/openai.md): To utilize AIC Risk you need to have an OpenAI account and a API Key.
- [Mistral](https://docs.aicrisk.com/getting-started/adding-new-large-language-models/mistral.md): In order to get a Mistral account with an API key you must first request to join Mistral AI. It usually takes a day for them to approve the account.
- [Google AI](https://docs.aicrisk.com/getting-started/adding-new-large-language-models/google-ai.md)
- [LLaMA AI](https://docs.aicrisk.com/getting-started/adding-new-large-language-models/llama-ai.md)
- [AWS Bedrock](https://docs.aicrisk.com/getting-started/adding-new-large-language-models/aws-bedrock.md)


---

# 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/getting-started.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.
