# Gani.AI Docs

## Overall Gani

- [Gani.AI docs](https://docs.gani.ai/getting-started/gani.ai-docs.md)
- [Intro to Gani.AI](https://docs.gani.ai/getting-started/intro-to-gani.ai.md)
- [Account types](https://docs.gani.ai/account/account-types.md): See various account types for Gani.AI
- [Settings](https://docs.gani.ai/account/settings.md)
- [Payment and subscriptions](https://docs.gani.ai/account/payment-and-subscriptions.md)
- [Create a new conversation](https://docs.gani.ai/how-tos/create-a-new-conversation.md): Learn how to converse with Gani Assistant
- [Save threads into a collection](https://docs.gani.ai/how-tos/save-threads-into-a-collection.md)
- [Delete a conversation](https://docs.gani.ai/how-tos/delete-a-conversation.md)
- [Rename a conversation](https://docs.gani.ai/how-tos/rename-a-conversation.md)
- [Search conversations](https://docs.gani.ai/how-tos/search-conversations.md)
- [Drafting a legal document](https://docs.gani.ai/use-cases/drafting-a-legal-document.md)
- [Review a contract](https://docs.gani.ai/use-cases/review-a-contract.md)
- [Research a regulation](https://docs.gani.ai/use-cases/research-a-regulation.md)
- [Upload a file](https://docs.gani.ai/use-cases/upload-a-file.md)
- [Draft a multilingual document](https://docs.gani.ai/use-cases/draft-a-multilingual-document.md)
- [What is Gani Assistant](https://docs.gani.ai/gani-assistant/what-is-gani-assistant.md)
- [Getting a clear answer from Gani Assistant](https://docs.gani.ai/gani-assistant/getting-a-clear-answer-from-gani-assistant.md)
- [Conversing with Gani Assistant](https://docs.gani.ai/gani-assistant/conversing-with-gani-assistant.md)
- [Drafting Documents with Gani Assistant](https://docs.gani.ai/gani-assistant/drafting-documents-with-gani-assistant.md)
- [Reviewing Documents with Gani Assistant](https://docs.gani.ai/gani-assistant/reviewing-documents-with-gani-assistant.md)
- [Researching Regulations with Gani Assistant](https://docs.gani.ai/gani-assistant/researching-regulations-with-gani-assistant.md)
- [Using Citations and References](https://docs.gani.ai/gani-assistant/using-citations-and-references.md)
- [Multi language support](https://docs.gani.ai/gani-assistant/multi-language-support.md)
- [What is Gani Atlas](https://docs.gani.ai/gani-atlas/what-is-gani-atlas.md)
- [How to Store, Manage, and Collaborate on Agreements Using Gani Atlas](https://docs.gani.ai/gani-atlas/how-to-store-manage-and-collaborate-on-agreements-using-gani-atlas.md)
- [How to Standardise Internal Templates](https://docs.gani.ai/gani-atlas/how-to-standardise-internal-templates.md)
- [Chatting with Documents in Atlas](https://docs.gani.ai/gani-atlas/chatting-with-documents-in-atlas.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.gani.ai/getting-started/gani.ai-docs.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.
