# Help

- [Bito's AI stack](https://docs.bito.ai/help/bitos-ai-stack.md): Learn About AI Technologies & Concepts Powering Bito
- [Embeddings](https://docs.bito.ai/help/bitos-ai-stack/embeddings.md)
- [Vector databases](https://docs.bito.ai/help/bitos-ai-stack/vector-databases.md)
- [Indexing](https://docs.bito.ai/help/bitos-ai-stack/indexing.md)
- [Generative AI](https://docs.bito.ai/help/bitos-ai-stack/generative-ai.md)
- [Large Language Models (LLM)](https://docs.bito.ai/help/bitos-ai-stack/large-language-models-llm.md)
- [LLM tokens](https://docs.bito.ai/help/bitos-ai-stack/llm-tokens.md)
- [LLM parameters](https://docs.bito.ai/help/bitos-ai-stack/llm-parameters.md)
- [Retrieval Augmented Generation (RAG)](https://docs.bito.ai/help/bitos-ai-stack/retrieval-augmented-generation-rag.md)
- [Prompts](https://docs.bito.ai/help/bitos-ai-stack/prompts.md)
- [Prompt engineering](https://docs.bito.ai/help/bitos-ai-stack/prompt-engineering.md)
- [Account and settings](https://docs.bito.ai/help/account-and-settings.md): Manage your Bito workspace, members and the personal settings
- [Creating a Bito account](https://docs.bito.ai/help/account-and-settings/creating-a-bito-account.md): Try Advanced AI Coding Assistant for Free
- [Workspace](https://docs.bito.ai/help/account-and-settings/workspace.md): Learn How to Create, Join, or Change Workspace
- [Managing  workspace members](https://docs.bito.ai/help/account-and-settings/managing-workspace-members.md): Bring your team together
- [Setting AI output language](https://docs.bito.ai/help/account-and-settings/setting-ai-output-language.md): Communicate in Your Preferred Language
- [Managing user access levels](https://docs.bito.ai/help/account-and-settings/managing-user-access-levels.md): Understanding User Roles in Bito Workspaces
- [Access key](https://docs.bito.ai/help/account-and-settings/access-key.md): An alternative to standard email and OTP authentication
- [Billing and plans](https://docs.bito.ai/help/billing-and-plans.md): Learn About Subscription Plans, Payment Methods, and Refunds.
- [Overview](https://docs.bito.ai/help/billing-and-plans/overview.md): Guide to Billing and Paid Plans
- [Payment methods](https://docs.bito.ai/help/billing-and-plans/payment-methods.md): Learn How to Pay and Manage Your Payment Methods
- [Managing workspace plan](https://docs.bito.ai/help/billing-and-plans/managing-workspace-plan.md): Upgrade or Downgrade Your Subscription Anytime!
- [Pay for additional workspace members](https://docs.bito.ai/help/billing-and-plans/pay-for-additional-workspace-members.md): Learn How Payments Work When You Invite a Coworker to the Workspace
- [Advanced AI requests usage](https://docs.bito.ai/help/billing-and-plans/advanced-ai-requests-usage.md): View and manage your workspace usage to avoid unexpected expenses.
- [Billing history](https://docs.bito.ai/help/billing-and-plans/billing-history.md): Access Your Payment Records
- [Billing details](https://docs.bito.ai/help/billing-and-plans/billing-details.md): Manage your billing address and tax (VAT, GST, etc) details.
- [Security](https://docs.bito.ai/help/billing-and-plans/security.md): How Stripe Protects Your Sensitive Information
- [Refund policy](https://docs.bito.ai/help/billing-and-plans/refund-policy.md): We Currently Do Not Give Refunds
- [Discounts](https://docs.bito.ai/help/billing-and-plans/discounts.md): We Currently Do Not Offer Discounts
- [Support and questions](https://docs.bito.ai/help/support-and-questions.md)
- [Getting support](https://docs.bito.ai/help/support-and-questions/getting-support.md): Get help or engage with Bito community
- [Troubleshooting](https://docs.bito.ai/help/support-and-questions/troubleshooting.md): Guides to fixing common known issues


---

# 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.bito.ai/help.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.
