# WEB APP REFERENCES

- [Sign-in and Sign-out](https://docs.chatbees.ai/chatbees/web-app-references/sign-in-and-sign-out.md)
- [Manage Connectors](https://docs.chatbees.ai/chatbees/web-app-references/manage-connectors.md): You can manage connectors as a Flex account user, or have the appropriate permission as an Enterprise account user
- [Manage Collections](https://docs.chatbees.ai/chatbees/web-app-references/manage-collections.md): You can manage collections as a Flex account user, or have the appropriate permission as an Enterprise account user.
- [Data Sources](https://docs.chatbees.ai/chatbees/web-app-references/manage-collections/data-sources.md): You can manage data sources as a Flex account user, or have the appropriate permission as an Enterprise account user.
- [Configure Periodic Import](https://docs.chatbees.ai/chatbees/web-app-references/manage-collections/data-sources/configure-periodic-import.md): Periodically import data from configured data sources
- [Chat with collection](https://docs.chatbees.ai/chatbees/web-app-references/manage-collections/chat-with-collection.md): You can chat with a collection as a Flex account user, or have the appropriate permission as an Enterprise account user.
- [View Q/A history](https://docs.chatbees.ai/chatbees/web-app-references/manage-collections/view-q-a-history.md): You can view QA history as a Flex account user, or have the appropriate permission as an Enterprise account user.
- [Publish a Collection](https://docs.chatbees.ai/chatbees/web-app-references/manage-collections/publish-a-collection.md): You can publish a Collection as a Flex account user, or have the appropriate permission as an Enterprise account user.
- [Manage Users](https://docs.chatbees.ai/chatbees/web-app-references/manage-users.md): You can invite or remove users within your organization or change their permission
- [\[Flex\] Billing and Payment](https://docs.chatbees.ai/chatbees/web-app-references/flex-billing-and-payment.md): Payment method is when a Flex account exceeds the free limit
- [\[Enterprise\] Billing and Payment](https://docs.chatbees.ai/chatbees/web-app-references/enterprise-billing-and-payment.md): Payment method is required for Enterprise accounts
- [Account Usage](https://docs.chatbees.ai/chatbees/web-app-references/account-usage.md): You can explore account usage as a Flex account user, or Enterprise account user with the appropriate permission.
- [API Keys](https://docs.chatbees.ai/chatbees/web-app-references/api-keys.md): All users can manage their own API keys
- [Generated Code Sample](https://docs.chatbees.ai/chatbees/web-app-references/generated-code-sample.md): Use Python SDK to access ChatBees programmatically


---

# 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.chatbees.ai/chatbees/web-app-references.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.
