> For the complete documentation index, see [llms.txt](https://docs.stackai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackai.com/interface-and-deployment/end-user-interfaces.md).

# End-User Interfaces

StackAI provides multiple interface options for putting your AI agent in front of users — from hosted web forms and chat UIs to embedded chatbots, API access, and integrations with Slack and Teams.

Choose the interface that matches how your users or systems will interact with the agent.

### In this section

<table data-view="cards"><thead><tr><th>Topic</th><th data-card-target data-type="content-ref">Page</th></tr></thead><tbody><tr><td><strong>Form</strong><br>Deploy as a web form where users fill in inputs and receive a response.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/M38ecHPAGWtqL5nK7OZ7">/spaces/FSlso1Kjob5CLDrh0dVn/pages/M38ecHPAGWtqL5nK7OZ7</a></td></tr><tr><td><strong>Chat Assistant</strong><br>Deploy as a conversational chat interface with message history.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/EMRbpxw30iNOWEkw1DJm">/spaces/FSlso1Kjob5CLDrh0dVn/pages/EMRbpxw30iNOWEkw1DJm</a></td></tr><tr><td><strong>API</strong><br>Integrate your workflow directly into your own apps via REST API.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/MEeWc1hYBd2C80Jtl5Xp">/spaces/FSlso1Kjob5CLDrh0dVn/pages/MEeWc1hYBd2C80Jtl5Xp</a></td></tr><tr><td><strong>Website Chatbot</strong><br>Embed a chat widget on any webpage.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/VOiNbyFxzyc5sOkMWmQp">/spaces/FSlso1Kjob5CLDrh0dVn/pages/VOiNbyFxzyc5sOkMWmQp</a></td></tr><tr><td><strong>Batch Run</strong><br>Run the workflow against a dataset of inputs in one operation.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/6JODcEUKfXw9joFd8lFs">/spaces/FSlso1Kjob5CLDrh0dVn/pages/6JODcEUKfXw9joFd8lFs</a></td></tr><tr><td><strong>Slack App</strong><br>Deploy as a Slack bot users can interact with directly.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/RmMefxLXpqyW5j0QH41r">/spaces/FSlso1Kjob5CLDrh0dVn/pages/RmMefxLXpqyW5j0QH41r</a></td></tr></tbody></table>

### Pick the right interface for your use case

* Serving business users? Use the [**Form**](/interface-and-deployment/end-user-interfaces/form.md) or [**Chat Assistant**](/interface-and-deployment/end-user-interfaces/chat-assistant.md).
* Embedding in your product? Use the [**API**](/interface-and-deployment/end-user-interfaces/api.md) or [**Website Chatbot**](/interface-and-deployment/end-user-interfaces/website-chatbot.md).
* Processing bulk data? Use [**Batch Run**](/interface-and-deployment/end-user-interfaces/batch-run.md).
* Internal team tool? Use the [**Slack App**](/interface-and-deployment/end-user-interfaces/slack-app.md) or [**Microsoft Teams**](/interface-and-deployment/end-user-interfaces/microsoft-teams.md) integration.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.stackai.com/interface-and-deployment/end-user-interfaces.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
