# ChatNGO Docs

## ChatNGO

- [Welcome](https://docs.chat.ngo/readme.md)
- [ChatNGO Overview](https://docs.chat.ngo/getting-started/chatngo-overview.md)
- [ChatNGO Costs](https://docs.chat.ngo/getting-started/chatngo-costs.md)
- [Accessing ChatNGO](https://docs.chat.ngo/getting-started/accessing-chatngo.md)
- [Team-GPT](https://docs.chat.ngo/getting-started/team-gpt.md)
- [Workspace Overview](https://docs.chat.ngo/workspaces/workspace-overview.md)
- [Workspace Switching](https://docs.chat.ngo/workspaces/workspace-switching.md)
- [Workspace Settings](https://docs.chat.ngo/workspaces/workspace-settings.md)
- [General](https://docs.chat.ngo/workspaces/workspace-settings/general.md)
- [Members](https://docs.chat.ngo/workspaces/workspace-settings/members.md)
- [Roles & Permissions](https://docs.chat.ngo/workspaces/workspace-settings/roles-and-permissions.md)
- [Models & Credentials](https://docs.chat.ngo/workspaces/workspace-settings/models-and-credentials.md)
- [Custom Instructions](https://docs.chat.ngo/workspaces/workspace-settings/custom-instructions.md)
- [Folders](https://docs.chat.ngo/workspaces/folders.md)
- [Organizing & Adding Folders](https://docs.chat.ngo/workspaces/folders/organizing-and-adding-folders.md)
- [Renaming, Moving, and Deleting](https://docs.chat.ngo/workspaces/folders/renaming-moving-and-deleting.md)
- [Folder Permissions](https://docs.chat.ngo/workspaces/folders/folder-permissions.md)
- [What is an API Key?](https://docs.chat.ngo/api/what-is-an-api-key.md)
- [How to Create API Keys](https://docs.chat.ngo/api/how-to-create-api-keys.md)
- [How to Add API Keys](https://docs.chat.ngo/api/how-to-add-api-keys.md)
- [Chat Overview](https://docs.chat.ngo/chat/chat-overview.md)
- [Chat Navigation](https://docs.chat.ngo/chat/chat-navigation.md)
- [Team vs Private](https://docs.chat.ngo/chat/chat-navigation/team-vs-private.md)
- [Shared Chats](https://docs.chat.ngo/chat/chat-navigation/shared-chats.md)
- [Recent Chats](https://docs.chat.ngo/chat/chat-navigation/recent-chats.md)
- [Starred Chats](https://docs.chat.ngo/chat/chat-navigation/starred-chats.md)
- [Archived Chats](https://docs.chat.ngo/chat/chat-navigation/archived-chats.md)
- [Images](https://docs.chat.ngo/chat/chat-navigation/images.md)
- [Chatting with ChatNGO](https://docs.chat.ngo/chat/chatting-with-chatngo.md)
- [Starting a New Chat](https://docs.chat.ngo/chat/chatting-with-chatngo/starting-a-new-chat.md)
- [Selecting a Language Model](https://docs.chat.ngo/chat/chatting-with-chatngo/selecting-a-language-model.md)
- [Choosing the Right Model](https://docs.chat.ngo/chat/chatting-with-chatngo/choosing-the-right-model.md)
- [Attaching Images & Files](https://docs.chat.ngo/chat/chatting-with-chatngo/attaching-images-and-files.md)
- [Prompt Library](https://docs.chat.ngo/chat/chatting-with-chatngo/prompt-library.md)
- [Custom Instructions](https://docs.chat.ngo/chat/chatting-with-chatngo/custom-instructions.md)
- [Generating Images](https://docs.chat.ngo/chat/chatting-with-chatngo/generating-images.md)
- [Profile Overview](https://docs.chat.ngo/profile/profile-overview.md)
- [Theme](https://docs.chat.ngo/profile/theme.md)
- [Profile Settings](https://docs.chat.ngo/profile/profile-settings.md)
- [Change Password](https://docs.chat.ngo/profile/change-password.md)
- [Prompting Overview](https://docs.chat.ngo/prompting/prompting-overview.md)
- [Prompt Formating](https://docs.chat.ngo/prompting/prompt-formating.md)
- [Markdown](https://docs.chat.ngo/prompting/prompt-formating/markdown.md)
- [XML Tags](https://docs.chat.ngo/prompting/prompt-formating/xml-tags.md)
- [Prompting Techniques](https://docs.chat.ngo/prompting/prompting-techniques.md)
- [Chain of Thought](https://docs.chat.ngo/prompting/prompting-techniques/chain-of-thought.md)
- [Shot Prompting](https://docs.chat.ngo/prompting/prompting-techniques/shot-prompting.md)
- [Reflection Prompting](https://docs.chat.ngo/prompting/prompting-techniques/reflection-prompting.md)
- [Best Practices](https://docs.chat.ngo/prompting/best-practices.md)
- [Prompt Generator](https://docs.chat.ngo/prompting/prompt-generator.md)
- [Prompt Library](https://docs.chat.ngo/prompting/prompt-library.md)
- [Use Cases Overview](https://docs.chat.ngo/use-cases/use-cases-overview.md)
- [Use Cases](https://docs.chat.ngo/use-cases/use-cases.md)
- [Case Studies](https://docs.chat.ngo/use-cases/case-studies.md)
- [Reporting Overview](https://docs.chat.ngo/reporting/reporting-overview.md)
- [Reports](https://docs.chat.ngo/reporting/reports.md)
- [ChatNGO Support](https://docs.chat.ngo/support/chatngo-support.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.chat.ngo/readme.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.
