# Product

- [Data Connectors](https://help.twig.so/product/data-integrations.md)
- [Getting Started](https://help.twig.so/product/data-integrations/add-new-data-sources.md): Add and configure data sources for ingestion
- [File Upload](https://help.twig.so/product/data-integrations/files.md)
- [CSV Data Import](https://help.twig.so/product/data-integrations/data-csv.md)
- [QnA CSV](https://help.twig.so/product/data-integrations/qna-csv.md)
- [Website Crawling](https://help.twig.so/product/data-integrations/website.md)
- [Sitemap Integration](https://help.twig.so/product/data-integrations/sitemap.md)
- [Google Drive](https://help.twig.so/product/data-integrations/google-drive.md)
- [Microsoft OneDrive](https://help.twig.so/product/data-integrations/ms-onedrive.md)
- [Microsoft SharePoint](https://help.twig.so/product/data-integrations/ms-sharepoint.md)
- [Confluence](https://help.twig.so/product/data-integrations/confluence.md): Connect Confluence spaces via API token
- [Slack](https://help.twig.so/product/data-integrations/slack.md)
- [Zendesk](https://help.twig.so/product/data-integrations/zendesk.md)
- [Preparing Data](https://help.twig.so/product/data-prep.md)
- [Chunking Strategies](https://help.twig.so/product/data-prep/chunking-strategies.md)
- [Synthetic Data](https://help.twig.so/product/data-prep/synthetic-data.md)
- [Data Manipulations](https://help.twig.so/product/data-prep/data-manipulation.md)
- [Agent Builder](https://help.twig.so/product/overview.md)
- [Creating Your First Agent](https://help.twig.so/product/overview/add-an-ai-agent-persona.md): Learn how to add an AI Agent
- [Agent Configuration](https://help.twig.so/product/overview/configuration.md)
- [Prompt Engineering](https://help.twig.so/product/overview/prompt-engineering.md)
- [Memory & Context](https://help.twig.so/product/overview/memory-context.md)
- [RAG Strategies](https://help.twig.so/product/overview-1.md)
- [Redwood - Standard RAG](https://help.twig.so/product/overview-1/redwood.md)
- [Cedar - Context-Aware](https://help.twig.so/product/overview-1/cedar.md)
- [Cypress - Advanced](https://help.twig.so/product/overview-1/cypress.md)
- [Developer API & MCP](https://help.twig.so/product/developer-api.md)
- [MCP](https://help.twig.so/product/developer-api/mcp.md)
- [REST API Overview](https://help.twig.so/product/developer-api/overview.md)
- [API Endpoints Reference](https://help.twig.so/product/developer-api/rest-api.md)
- [Authentication & API Keys](https://help.twig.so/product/developer-api/authentication.md)
- [Webhooks & Events](https://help.twig.so/product/developer-api/webhooks.md)
- [SDKs & Client Libraries](https://help.twig.so/product/developer-api/sdks.md)
- [Rate Limits](https://help.twig.so/product/developer-api/rate-limits.md)
- [Plugins](https://help.twig.so/product/plugins.md)
- [Browser Extension](https://help.twig.so/product/plugins/setup-browser-extension.md): Install and configure Twig Chrome extension
- [Outlook Add-in](https://help.twig.so/product/plugins/outlook-app-installation.md): Detailed instructions on installing the outlook app
- [Embeddable Widget](https://help.twig.so/product/plugins/embeddable-widget.md)
- [Slack App](https://help.twig.so/product/plugins/slack-app.md)
- [Zendesk App](https://help.twig.so/product/plugins/zendesk-app.md)
- [Monitoring & Analytics](https://help.twig.so/product/monitoring.md)
- [Analytics Dashboard](https://help.twig.so/product/monitoring/view-analytics.md): Learn about Analytics
- [Inbox & Training](https://help.twig.so/product/monitoring/inbox-training.md)
- [Evaluation Framework](https://help.twig.so/product/monitoring/evals.md)
- [Performance Tuning](https://help.twig.so/product/monitoring/performance-tuning.md)
- [Cost Optimization](https://help.twig.so/product/monitoring/cost-optimization.md)
- [Security & Compliance](https://help.twig.so/product/security.md)
- [Authentication & Authorization](https://help.twig.so/product/security/authentication-authorization.md)
- [SSO Integration](https://help.twig.so/product/security/sso-integration.md): This page describes how to setup SSO
- [Data Privacy](https://help.twig.so/product/security/data-privacy.md)
- [Compliance](https://help.twig.so/product/security/compliance.md)
- [Security Best Practices](https://help.twig.so/product/security/best-practices.md)
- [Administration](https://help.twig.so/product/administration.md)
- [Organization Settings](https://help.twig.so/product/administration/administration.md)
- [User Management](https://help.twig.so/product/administration/user-management.md)
- [User Permissions & Roles](https://help.twig.so/product/administration/user-permissions.md)
- [Group Management](https://help.twig.so/product/administration/group-management.md)
- [Agent Permissions & Access Control](https://help.twig.so/product/administration/agent-permissions.md)
- [Billing & Usage](https://help.twig.so/product/administration/billing-usage.md)
- [Advanced](https://help.twig.so/product/advanced.md)
- [Agentic Workflows](https://help.twig.so/product/advanced/agentic-workflows.md): Multi-step reasoning with tool calling
- [Agent Tools](https://help.twig.so/product/advanced/agent-tools.md)
- [Sample Prompts](https://help.twig.so/product/advanced/sample-prompts.md)
- [Agent Hub & Marketplace](https://help.twig.so/product/advanced/agent-hub.md): View AI Agents created by your team
- [References](https://help.twig.so/product/reference.md)
- [Glossary](https://help.twig.so/product/reference/glossary.md)
- [Changelog](https://help.twig.so/product/reference/changelog.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://help.twig.so/product.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.
