# TIXAE Agents
## Docs
- [Affiliate Program](https://docs.tixaeagents.com/Pricing/affiliate.md): Guide to understanding and using the TIXAE Agents Affiliate Program.
- [Billing](https://docs.tixaeagents.com/Pricing/billing.md): Comprehensive documentation for managing your billing settings, subscription plans, payment methods, invoices, and more.
- [Credits](https://docs.tixaeagents.com/Pricing/credits.md): Credits are like your account fuel, whenever you interact with your agent on any channel that will consume your credits, you can opt in or out for specific features allowing you to fully control what you pay for.
- [Interact WebSocket](https://docs.tixaeagents.com/Sockets/interact.md): The `Interact` WebSocket function enables real-time interaction with the TIXAE agents. This allows users to send messages and receive streaming responses dynamically. This document provides a comprehensive guide on how to connect, send messages, and handle responses.
- [Contact Us](https://docs.tixaeagents.com/Support/contact.md): Get in touch with our team for assistance, feedback, or inquiries.
- [FAQ](https://docs.tixaeagents.com/Support/faq.md): Welcome to the Frequently Asked Questions (FAQs) section of the TIXAE Agents documentation. Here, we’ve compiled the most common queries to help you get started and troubleshoot any issues you may encounter.
- [Troubleshooting](https://docs.tixaeagents.com/Support/troubleshooting.md): Quick solutions to common issues you may encounter while using TIXAE Agents.
- [Designing Your Agent](https://docs.tixaeagents.com/agent-creation/design-and-setup.md): A comprehensive guide on how to design your agent with outstanding and undeniable glow.
- [Initial message](https://docs.tixaeagents.com/agent-creation/initial-message.md)
- [Initial prompt](https://docs.tixaeagents.com/agent-creation/initial-prompt.md)
- [Overview](https://docs.tixaeagents.com/agent-creation/knowledgebase/about-the-knowledgebase.md): What is the knowledgebase and how does it work?
- [URL scraper](https://docs.tixaeagents.com/agent-creation/knowledgebase/adding-data/add-URL.md)
- [Direct Text Entry](https://docs.tixaeagents.com/agent-creation/knowledgebase/adding-data/direct-text-entry.md)
- [File upload](https://docs.tixaeagents.com/agent-creation/knowledgebase/adding-data/file-upload.md)
- [Adjusting KB settings](https://docs.tixaeagents.com/agent-creation/knowledgebase/adjusting-kb-settings.md): Description of your new file.
- [KB and UI-engine](https://docs.tixaeagents.com/agent-creation/knowledgebase/kb-and-ui-engine.md)
- [Previewing the KB](https://docs.tixaeagents.com/agent-creation/knowledgebase/previewing-the-kb.md)
- [Structuring KB documents](https://docs.tixaeagents.com/agent-creation/knowledgebase/structuring-kb-documents.md)
- [Agent Settings](https://docs.tixaeagents.com/agent-creation/settings.md): Configure and customize your AI agent's behavior and functionality
- [Overview](https://docs.tixaeagents.com/agent-creation/system-prompt/Overview.md)
- [Prompt example: BakeMate](https://docs.tixaeagents.com/agent-creation/system-prompt/bakemate.md)
- [Formatting your Prompts](https://docs.tixaeagents.com/agent-creation/system-prompt/formatting-your-prompt.md)
- [Step 1: Define the Tone and Objective](https://docs.tixaeagents.com/agent-creation/system-prompt/step-1-define-the-tone-and-objective.md)
- [Step 2: Importance of context and setting boundaries](https://docs.tixaeagents.com/agent-creation/system-prompt/step-2-ai-plus-context.md)
- [Step 3: Implement Chain of Thought Reasoning](https://docs.tixaeagents.com/agent-creation/system-prompt/step-3-implement-cot.md)
- [Step 4: Using few-shot and reinforcing instructions](https://docs.tixaeagents.com/agent-creation/system-prompt/step-4-examples-and-reinforcing-instructions.md)
- [Step 5: Advanced Techniques and testing your prompts](https://docs.tixaeagents.com/agent-creation/system-prompt/step-5-advanced-techniques-and-testing.md)
- [Prompt example: TechTalk](https://docs.tixaeagents.com/agent-creation/system-prompt/techtalk.md)
- [Delete All Analytics](https://docs.tixaeagents.com/api-reference/agents/analytics/delete-multi.md): Deletes ENTIRE analytics for specified agent (Hard reset)
- [Delete Convo Analytics](https://docs.tixaeagents.com/api-reference/agents/analytics/delete-single.md): Deletes analytics from a conversation for an agent
- [Get All Analytics](https://docs.tixaeagents.com/api-reference/agents/analytics/get-multi.md): Returns agent analytics data with start and stop timestamps
- [Get Convo Analytics](https://docs.tixaeagents.com/api-reference/agents/analytics/get-single.md): Returns analytics for a conversation of an agent
- [Create/Edit Analytics](https://docs.tixaeagents.com/api-reference/agents/analytics/post-single.md): Add analytics to a conversation for an agent
- [Delete Convo](https://docs.tixaeagents.com/api-reference/agents/convos/delete.md): Deletes a conversation from the agent
- [Export Convos](https://docs.tixaeagents.com/api-reference/agents/convos/export.md): Exports agent conversations
- [Get All Convos](https://docs.tixaeagents.com/api-reference/agents/convos/get.md): Returns agent conversations (metadata only)
- [Create/Edit Convo](https://docs.tixaeagents.com/api-reference/agents/convos/post.md): Add a conversation to the agent
- [Delete Agent](https://docs.tixaeagents.com/api-reference/agents/delete.md): Deletes an agent
- [Get Agent](https://docs.tixaeagents.com/api-reference/agents/get.md): Returns agent data
- [Chat Interact](https://docs.tixaeagents.com/api-reference/agents/interact/post.md): Interact with an agent (VF/VG)
- [Introduction](https://docs.tixaeagents.com/api-reference/agents/intro.md): The following is the API reference to control your account and agents through REST requests.
- [Delete KB Doc](https://docs.tixaeagents.com/api-reference/agents/kb/delete.md): (VG agents only) Deletes a document from the agent's knowledge base, if your agent is built with VF use [Voiceflow's API instead](https://developer.voiceflow.com/reference/project)
- [Get KB Docs](https://docs.tixaeagents.com/api-reference/agents/kb/get.md): Returns agent knowledge base documents
- [Get Single KB Doc](https://docs.tixaeagents.com/api-reference/agents/kb/get-single.md): Returns the specified document from the agent's VF/VG KB
- [Search KB Docs](https://docs.tixaeagents.com/api-reference/agents/kb/post.md): (VG Agents Only) Searches the agent's knowledge base
- [Create/Edit KB Doc](https://docs.tixaeagents.com/api-reference/agents/kb/put.md): (VG agents only) Adds a new document to the agent's knowledge base, if your agent is built with VF use [Voiceflow's API instead](https://developer.voiceflow.com/reference/project)
- [Get KB Stats](https://docs.tixaeagents.com/api-reference/agents/kb/stats.md): (VG Agents Only) Returns agent knowledge base statistics
- [Search Vector DB](https://docs.tixaeagents.com/api-reference/agents/kb/vector_search.md): (VG Agents Only) Searches the agent's knowledge base using vectors
- [Create/Edit Agent](https://docs.tixaeagents.com/api-reference/agents/post.md): Edits/Creates a new agent in the system
- [Configure State](https://docs.tixaeagents.com/api-reference/agents/state/post.md): Configure the chat history state of the conversation and the associated metadata (name, email, etc)
- [Authentication](https://docs.tixaeagents.com/api-reference/authentication.md): How to authenticate with the TIXAE Agents API.
- [API Endpoints](https://docs.tixaeagents.com/api-reference/endpoints.md): The following are the available API endpoints.
- [Get Started](https://docs.tixaeagents.com/api-reference/introduction.md): The following is the API reference to control your account and agents through REST requests.
- [Delete Agent](https://docs.tixaeagents.com/api-reference/v3/agents/delete.md): Deletes an agent, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Export Agent Template](https://docs.tixaeagents.com/api-reference/v3/agents/export-template.md): Exports an agent template, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get Agents](https://docs.tixaeagents.com/api-reference/v3/agents/get.md): Gets all agents, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get Agent By ID](https://docs.tixaeagents.com/api-reference/v3/agents/get_id.md): Gets an agent, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Import Agent Template](https://docs.tixaeagents.com/api-reference/v3/agents/import-template.md): Imports an agent template, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Create Agent](https://docs.tixaeagents.com/api-reference/v3/agents/post.md): Creates a new AI agent with the specified configuration, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Update Agent](https://docs.tixaeagents.com/api-reference/v3/agents/update.md): Updates an agent, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Agent Usage](https://docs.tixaeagents.com/api-reference/v3/agents/usage/get.md): Gets an agent credit, LLM usage, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Twilio Call (incoming / outgoing)](https://docs.tixaeagents.com/api-reference/v3/calls/post.md): This endpoint is used to make twilio call your number. Twilio will use the number assigned with your agent autmatically to make calls to your given phone number. It is required to pass your number so that Twilio can make a call to that number. If Query ?type=outgoing passed to URL, then Twilio will…
- [Delete Conversation](https://docs.tixaeagents.com/api-reference/v3/conversations/delete.md): Deletes a specific conversation for the specified agent, using the V3 [endpoints](/api-reference/v3/intro).
- [Export Agent Conversations](https://docs.tixaeagents.com/api-reference/v3/conversations/export.md): Exports all conversations for a specified agent in a suitable format for download, using the V3 [endpoints](/api-reference/v3/intro).
- [Export Conversation](https://docs.tixaeagents.com/api-reference/v3/conversations/export_single.md): Exports a single conversation for the specified agent in a format suitable for download, using the V3 [endpoints](/api-reference/v3/intro).
- [Get Agent Conversations](https://docs.tixaeagents.com/api-reference/v3/conversations/get.md): Retrieves all conversations associated with a specific agent, using the V3 [endpoints](/api-reference/v3/intro).
- [Get Single Conversation](https://docs.tixaeagents.com/api-reference/v3/conversations/get_id.md): Retrieves details of a specific conversation for the specified agent, using the V3 [endpoints](/api-reference/v3/intro).
- [Create Conversation](https://docs.tixaeagents.com/api-reference/v3/conversations/post.md): Creates a new conversation for the specified agent, using the V3 [endpoints](/api-reference/v3/intro).
- [Update Conversation](https://docs.tixaeagents.com/api-reference/v3/conversations/update.md): Updates an existing conversation for the specified agent, using the V3 [endpoints](/api-reference/v3/intro).
- [Get Started](https://docs.tixaeagents.com/api-reference/v3/intro.md): The following is the API reference to control your account and agents through REST requests.
- [Delete KB Doc](https://docs.tixaeagents.com/api-reference/v3/kb/delete.md): (VG agents only) Deletes a document from the agent's knowledge base, if your agent is built with VF use [Voiceflow's API instead](https://developer.voiceflow.com/reference/project). This route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get agent KB docs](https://docs.tixaeagents.com/api-reference/v3/kb/get.md): Retrieves all the KB docs for an agent, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get Single KB Doc](https://docs.tixaeagents.com/api-reference/v3/kb/get_id.md): Returns the specified document from the agent’s VF/VG Knowledge Base, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get KB Stats](https://docs.tixaeagents.com/api-reference/v3/kb/get_stats.md): (VG agents only) Returns agent's knowledge base stats, if your agent is built with VF use [Voiceflow's API instead](https://developer.voiceflow.com/reference/project). This route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Create KB](https://docs.tixaeagents.com/api-reference/v3/kb/post.md): (VG agents only) Adds a new document to the agent's knowledge base, if your agent is built with VF use [Voiceflow's API instead](https://developer.voiceflow.com/reference/project). This route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Update KB Doc](https://docs.tixaeagents.com/api-reference/v3/kb/update.md): (VG agents only) Updates knowledge base, if your agent is built with VF use [Voiceflow's API instead](https://developer.voiceflow.com/reference/project). This route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Delete Lead](https://docs.tixaeagents.com/api-reference/v3/leads/delete.md): Deletes a lead with the specified configuration, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get Leads](https://docs.tixaeagents.com/api-reference/v3/leads/get.md): Gets all leads, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get Lead By ID](https://docs.tixaeagents.com/api-reference/v3/leads/get_id.md): Gets a lead by ID, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Create Lead](https://docs.tixaeagents.com/api-reference/v3/leads/post.md): Creates a new lead with the specified configuration, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Update Lead](https://docs.tixaeagents.com/api-reference/v3/leads/update.md): Updates a lead with the specified configuration, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Buy a Twilio Number](https://docs.tixaeagents.com/api-reference/v3/numbers/buy-twilio-number.md): This endpoint is used to buy a twilio number.
- [Import a Twilio Number](https://docs.tixaeagents.com/api-reference/v3/numbers/import-twilio-number.md): This endpoint is used to import a twilio number.
- [Get All Organizations](https://docs.tixaeagents.com/api-reference/v3/orgs/getAllOrgs.md): Retrieve a list of all organizations the authenticated user has access to
- [Get Organization Agents](https://docs.tixaeagents.com/api-reference/v3/orgs/getOrgAgents.md): Retrieve a list of agents belonging to a specific organization
- [Get Organization Clients](https://docs.tixaeagents.com/api-reference/v3/orgs/getOrgClients.md): Retrieve a list of clients belonging to a specific organization
- [Delete Tool](https://docs.tixaeagents.com/api-reference/v3/tools/delete.md): Deletes a tool, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get Tools](https://docs.tixaeagents.com/api-reference/v3/tools/get.md): Gets all tools for a specific agent, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get Tool By ID](https://docs.tixaeagents.com/api-reference/v3/tools/get_id.md): Gets a tool, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Create Tool](https://docs.tixaeagents.com/api-reference/v3/tools/post.md): Creates a new tool, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Update Tool](https://docs.tixaeagents.com/api-reference/v3/tools/update.md): Updates a tool, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Delete Variable](https://docs.tixaeagents.com/api-reference/v3/variables/delete.md): Deletes a variable, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get Variables](https://docs.tixaeagents.com/api-reference/v3/variables/get.md): Gets all variables for a specific agent, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get Variable By ID](https://docs.tixaeagents.com/api-reference/v3/variables/get_id.md): Gets a variable, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Create Variable](https://docs.tixaeagents.com/api-reference/v3/variables/post.md): Creates a new variable, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Update Variable](https://docs.tixaeagents.com/api-reference/v3/variables/update.md): Updates a variable, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Delete Workspace](https://docs.tixaeagents.com/api-reference/v3/workspaces/delete.md): Deletes a workspace, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get Workspaces](https://docs.tixaeagents.com/api-reference/v3/workspaces/get.md): Gets all workspaces for a specific agent, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Get Workspace By ID](https://docs.tixaeagents.com/api-reference/v3/workspaces/get_id.md): Gets a workspace, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Create Workspace](https://docs.tixaeagents.com/api-reference/v3/workspaces/post.md): Creates a new workspace, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Update Workspace](https://docs.tixaeagents.com/api-reference/v3/workspaces/update.md): Updates a workspace, this route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Workspace Usage](https://docs.tixaeagents.com/api-reference/v3/workspaces/usage/get.md): This route must use the new V3 [endpoints](/api-reference/v3/intro).
- [Delete Agency](https://docs.tixaeagents.com/api-reference/workspaces/agencies/delete.md): Deletes the agency associated with the workspace
- [Get Agency](https://docs.tixaeagents.com/api-reference/workspaces/agencies/get.md): Returns the agency associated with the workspace
- [Edit/Create Agency](https://docs.tixaeagents.com/api-reference/workspaces/agencies/post.md): Creates/Edit an agency
- [Get Clients](https://docs.tixaeagents.com/api-reference/workspaces/clients/@get.md): Returns all clients associated with the bearer token
- [New Client](https://docs.tixaeagents.com/api-reference/workspaces/clients/@put.md): Creates a new client
- [Delete Client](https://docs.tixaeagents.com/api-reference/workspaces/clients/delete.md): Deletes a client with specified ID
- [Get Client](https://docs.tixaeagents.com/api-reference/workspaces/clients/get.md): Returns a client specified belonging to a workspace
- [Edit Client](https://docs.tixaeagents.com/api-reference/workspaces/clients/post.md): Updates a client specified belonging to a workspace
- [Delete Workspace](https://docs.tixaeagents.com/api-reference/workspaces/delete.md): Deletes the workspace associated with the bearer token, only works if the workspace doesn't have any load tokens and hasn't paid and is not the main workspace associated with an account.
- [Get Workspace](https://docs.tixaeagents.com/api-reference/workspaces/get.md): Returns workspace associated with the bearer token
- [Get Org Clients](https://docs.tixaeagents.com/api-reference/workspaces/orgs/@get.md): Returns all organizations associated with the bearer token
- [New Org Client](https://docs.tixaeagents.com/api-reference/workspaces/orgs/@put.md): Creates a new organization
- [Delete Org Client](https://docs.tixaeagents.com/api-reference/workspaces/orgs/delete.md): Deletes an organization
- [Get Org Client](https://docs.tixaeagents.com/api-reference/workspaces/orgs/get.md): Returns a single organization
- [Edit Org Client](https://docs.tixaeagents.com/api-reference/workspaces/orgs/post.md): Updates an organization
- [Edit Workspace](https://docs.tixaeagents.com/api-reference/workspaces/post.md): Creates/Edit a workspace
- [Accessibility Features](https://docs.tixaeagents.com/canvas/advanced/accessibility.md): Learn how to use features like Rewind Levels and Dynamic Conditions to create flexible, user-friendly flows in the Canvas.
- [Advanced Flow Examples](https://docs.tixaeagents.com/canvas/advanced/examples.md): Explore examples of advanced chatbot flows using Canvas features like global nodes, dynamic conditions, and rewind levels.
- [Global Access](https://docs.tixaeagents.com/canvas/advanced/global-access.md): Learn how to use global nodes and variables to create reusable, scalable flows in the Canvas feature.
- [Calling Tools](https://docs.tixaeagents.com/canvas/features/calling-tools.md): Learn how to call tools in the Canvas feature through text editors or node configurations.
- [Custom Prompts](https://docs.tixaeagents.com/canvas/features/custom-prompts.md): Learn how to create and manage custom prompts in the Canvas feature to enhance chatbot behavior.
- [Models Configuration](https://docs.tixaeagents.com/canvas/features/models-configuration.md): Learn how to configure and optimize AI models in the Canvas feature to improve chatbot performance.
- [Rewind Nodes](https://docs.tixaeagents.com/canvas/features/rewind-nodes.md): Learn how to use the Rewind Nodes feature in the Canvas to navigate back through nodes during conversations.
- [Testing Flows](https://docs.tixaeagents.com/canvas/features/testing-flows.md): Learn how to test your chatbot flows in the Canvas feature during development.
- [Tools Integration](https://docs.tixaeagents.com/canvas/features/tools-integration.md): Learn how to integrate and manage tools in the Canvas feature of TIXAE Agents.
- [Variables](https://docs.tixaeagents.com/canvas/features/variables.md): Manage and use variables to store and pass data in the Canvas feature of TIXAE Agents.
- [Canvas Introduction](https://docs.tixaeagents.com/canvas/introduction.md): Learn about the Canvas feature for building advanced AI agents with TIXAE Agents.
- [Conditions](https://docs.tixaeagents.com/canvas/nodes/conditions.md): Learn how to add and manage conditions in edges to dynamically route the flow in the Canvas feature.
- [Global Nodes](https://docs.tixaeagents.com/canvas/nodes/global-nodes.md): Learn how to create and use global nodes to define reusable logic across flows in the Canvas feature.
- [Creating and Managing Nodes](https://docs.tixaeagents.com/canvas/nodes/managing-nodes.md): Learn how to manage nodes in the Canvas feature by creating, moving, and connecting them with edges.
- [Overview](https://docs.tixaeagents.com/canvas/nodes/overview.md): Learn about creating, managing, and customizing nodes to build complex agent flows in the Canvas feature.
- [Turbo Mode](https://docs.tixaeagents.com/canvas/nodes/turbo-mode.md): Learn how to use Turbo Mode to speed up your flow execution in the Canvas feature.
- [Confirm Email Template](https://docs.tixaeagents.com/canvas/use-cases/confirm-email-template.md): Template showcasing an efficient use of a node to confirm an email address.
- [React Voice Orb](https://docs.tixaeagents.com/deploy/react-voice-orb.md): React Voice Orb
- [Embeddable Script](https://docs.tixaeagents.com/deploy/script.md): Deploy with the script
- [React Tixae Widget](https://docs.tixaeagents.com/deploy/tixae-widget.md): A React component for easily integrating Tixae widgets in React applications
- [Voice Calls](https://docs.tixaeagents.com/deploy/voice-only.md): Integrate TIXAE voice calls using the @tixae-labs/web-sdk package.
- [AI models](https://docs.tixaeagents.com/features/ai-models.md)
- [Analytics](https://docs.tixaeagents.com/features/analytics.md)
- [Agent Campaigns](https://docs.tixaeagents.com/features/campaigns.md)
- [Conversations tab](https://docs.tixaeagents.com/features/conversations-tab.md)
- [Crawler](https://docs.tixaeagents.com/features/crawler.md): Efficiently build your agents knowledge base with the TIXAE AI Crawler
- [Events Webhook](https://docs.tixaeagents.com/features/events.md)
- [Live-handoff](https://docs.tixaeagents.com/features/live-handoff.md)
- [Agent Metrics](https://docs.tixaeagents.com/features/metrics.md)
- [Tools](https://docs.tixaeagents.com/features/tools.md)
- [UI Engine](https://docs.tixaeagents.com/features/ui-engine.md): Create dynamic, interactive elements in your AI agent responses
- [Usage Tab](https://docs.tixaeagents.com/features/usage-tab.md): The **Usage Page** in [TIXAE Agents](https://voiceglow.org/) provides detailed insights into how resources like credits and tokens are consumed across various agents and users. This page is a powerful tool for monitoring performance and optimizing costs.
- [Voice to voice](https://docs.tixaeagents.com/features/voice-to-voice.md): Enhance your AI agents with natural voice interactions using the VAPI integration
- [Connect Meta Channels](https://docs.tixaeagents.com/help-center/connect-meta.md): Connect your business portfolio assets like a facebook/instagram business pages to your AI agent.
- [How TIXAE Works](https://docs.tixaeagents.com/help-center/how-tixae-works.md): Build your first agent in 5 seconds.
- [Introduction](https://docs.tixaeagents.com/help-center/introduction.md): Create, Test, and Deploy AI Voice + Text Agents in Seconds.
- [When To Use TIXAE Agents](https://docs.tixaeagents.com/help-center/when-to-use.md): Our take on the AI field and how TIXAE Agents fits in.
- [Connect Discord](https://docs.tixaeagents.com/integration/Channels/discord.md): Connect your Discord server to your AI agent on TIXAE Agents.
- [Connect Meta Channels](https://docs.tixaeagents.com/integration/Channels/meta-channels.md): Connect your business portfolio assets like a facebook/instagram business pages to your AI agent.
- [Connect Telegram](https://docs.tixaeagents.com/integration/Channels/telegram.md): Learn how to integrate your Telegram bot with TIXAE Agents for seamless AI-powered conversations
- [Connect Vapi](https://docs.tixaeagents.com/integration/Channels/voice.md): Connect your Vapi account to your AI agent on TIXAE Agents.
- [Connect WhatsApp](https://docs.tixaeagents.com/integration/Channels/whatsapp.md): Connect your WhatsApp Business account to your AI agent on TIXAE Agents.
- [Connect WhatsApp Using Embedded Sign-Up](https://docs.tixaeagents.com/integration/Channels/whatsapp-newMethod.md): Easily connect your WhatsApp Business account to your AI agent on TIXAE Agents using the new embedded sign-up method.
- [Overview](https://docs.tixaeagents.com/integration/Voiceflow/overview.md): Guide to integrating Voiceflow with TIXAE Agents, including analytics, templates, and library components.
- [Iframe](https://docs.tixaeagents.com/integration/deploying-to-website/iframe.md): Explore the versatile applications of iframes for TIXAE AI agents
- [Overview](https://docs.tixaeagents.com/integration/deploying-to-website/overview.md)
- [Shopify](https://docs.tixaeagents.com/integration/deploying-to-website/shopify.md): Integrate your TIXAE Agent into your Shopify store.
- [Squarespace](https://docs.tixaeagents.com/integration/deploying-to-website/squarespace.md): Integrate your TIXAE Agent into your Squarespace site.
- [Wix](https://docs.tixaeagents.com/integration/deploying-to-website/wix.md): Integrate your TIXAE Agent into your Wix store.
- [WordPress](https://docs.tixaeagents.com/integration/deploying-to-website/wordpress.md): Integrate your TIXAE Agent into your WordPress website.
- [Google Sheets Integration](https://docs.tixaeagents.com/integration/google/sheets.md)
- [Advanced Settings](https://docs.tixaeagents.com/voice/config/advanced.md): Learn how to configure advanced settings in TIXAE Voice Suite.
- [Speech Generation](https://docs.tixaeagents.com/voice/config/speechgen.md): Learn how to configure speech generation in TIXAE Voice Suite.
- [Transcriber Configuration](https://docs.tixaeagents.com/voice/config/transcriber.md): Learn how to configure speech-to-text transcribers in TIXAE Voice Suite.
- [How Voice Works](https://docs.tixaeagents.com/voice/how-voice-works.md): Learn how the voice feature works.
- [Voice Introduction](https://docs.tixaeagents.com/voice/introduction.md): Learn how to use the voice feature to transcribe speech to text, generate speech, and make phone calls.
- [Voice Pricing](https://docs.tixaeagents.com/voice/pricing.md): Learn how voice-to-voice interactions are priced.
- [Twilio Setup](https://docs.tixaeagents.com/voice/setup/twilio.md): Learn how to setup voice to voice interactions in TIXAE Agents.
- [Web Calling](https://docs.tixaeagents.com/voice/setup/webcalling.md): Learn how to enable voice-to-voice interactions in TIXAE Agents using Web Calling.
- [Custom Domain](https://docs.tixaeagents.com/whitelabeling/agency/custom-domain.md): Description of your new file.
- [Custom Tabs](https://docs.tixaeagents.com/whitelabeling/agency/custom-tabs.md)
- [Configure Email Routing](https://docs.tixaeagents.com/whitelabeling/agency/email.md)
- [Configure Agency Footer](https://docs.tixaeagents.com/whitelabeling/agency/footer.md)
- [Overview Tab](https://docs.tixaeagents.com/whitelabeling/agency/overview-tab.md)
- [Agency Theme](https://docs.tixaeagents.com/whitelabeling/agency/theme.md)
- [What is an agency?](https://docs.tixaeagents.com/whitelabeling/agency/what-is-an-agency.md)
- [Activation for Clients](https://docs.tixaeagents.com/whitelabeling/clients/client-billing/billing-activation.md): Guide to enabling billing for client organizations in TIXAE Agents.
- [Billing FAQs](https://docs.tixaeagents.com/whitelabeling/clients/client-billing/billing-faq.md): Answers to common questions about billing and credits for agency owners and their clients.
- [Whitelabel Stripe Billing ](https://docs.tixaeagents.com/whitelabeling/clients/client-billing/billing-overview.md): Set up billing with Stripe for seamless customer transactions in TIXAE Agents.
- [Analytics](https://docs.tixaeagents.com/whitelabeling/clients/client-dashboard/analytics.md): A comprehensive overview of user interactions and performance metrics for your AI agent.
- [Features](https://docs.tixaeagents.com/whitelabeling/clients/client-dashboard/features.md): An overview of the features available in the client dashboard.
- [Creating Users](https://docs.tixaeagents.com/whitelabeling/clients/creating-users.md)
- [Managing Client Organizations](https://docs.tixaeagents.com/whitelabeling/clients/managing-organizations.md)
- [Overview](https://docs.tixaeagents.com/whitelabeling/clients/overview.md)
- [Getting Started](https://docs.tixaeagents.com/whitelabeling/getting-started.md): A comprehensive guide to setting up your agency dashboard and managing clients in a white-labeled service.
## OpenAPI Specs
- [openapi](https://docs.tixaeagents.com/api-reference/openapi.json)
## Optional
- [Community](https://discord.gg/XrJtBsQQRN)
- [Status](https://status.tixaeagents.ai/)
- [Pricing](https://www.tixaeagents.ai/pricing)
- [Affiliate Program](https://tixaeagents-app.tolt.io/login)