# Tutorials & Examples

This section contains step-by-step tutorials and real-world examples for building AI agents with StackAI.

Each tutorial walks through a complete use case — from blank canvas to deployed 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>Compliance Chatbot</strong><br>Build a chatbot that answers policy and compliance questions from documents.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/WwAQxEi7vpNHzF9arb4J">/spaces/FSlso1Kjob5CLDrh0dVn/pages/WwAQxEi7vpNHzF9arb4J</a></td></tr><tr><td><strong>IT Support Chatbot</strong><br>Create an agent that handles common IT helpdesk requests.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/w8ge7xIh91dFMKiEEqxu">/spaces/FSlso1Kjob5CLDrh0dVn/pages/w8ge7xIh91dFMKiEEqxu</a></td></tr><tr><td><strong>Partnerships Agent</strong><br>Automate outreach and research workflows for partnership development.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/WgT8SSp9SUMMEl5Q7yFZ">/spaces/FSlso1Kjob5CLDrh0dVn/pages/WgT8SSp9SUMMEl5Q7yFZ</a></td></tr><tr><td><strong>Policy Chatbot</strong><br>Deploy a chatbot that navigates and explains internal policies.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/QEXINOGDCPPXJgadnKDx">/spaces/FSlso1Kjob5CLDrh0dVn/pages/QEXINOGDCPPXJgadnKDx</a></td></tr><tr><td><strong>Salesforce</strong><br>Integrate StackAI with Salesforce to automate CRM workflows.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/r1V5nYjtHa7cr4Q43aaP">/spaces/FSlso1Kjob5CLDrh0dVn/pages/r1V5nYjtHa7cr4Q43aaP</a></td></tr><tr><td><strong>Term Extraction</strong><br>Extract key terms and entities from documents using an AI agent.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/Q4ZY2CfTaZ5CInUykS6R">/spaces/FSlso1Kjob5CLDrh0dVn/pages/Q4ZY2CfTaZ5CInUykS6R</a></td></tr><tr><td><strong>Web Research</strong><br>Build an agent that searches the web and synthesizes research reports.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/la8hdQyaH1OllwTpu7sF">/spaces/FSlso1Kjob5CLDrh0dVn/pages/la8hdQyaH1OllwTpu7sF</a></td></tr><tr><td><strong>Document Summarization</strong><br>Summarize long documents into structured, actionable outputs.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/VVbCpmQzyNkRBFV9zK6F">/spaces/FSlso1Kjob5CLDrh0dVn/pages/VVbCpmQzyNkRBFV9zK6F</a></td></tr><tr><td><strong>Slackbot Guide</strong><br>Deploy a StackAI agent as a Slack bot for your team.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/GvlL4ndpeJXpbjejI1Em">/spaces/FSlso1Kjob5CLDrh0dVn/pages/GvlL4ndpeJXpbjejI1Em</a></td></tr><tr><td><strong>Analyze Worksheets</strong><br>Use AI to analyze and extract insights from spreadsheet data.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/FCt1BTUITw5wIX7Rb1i1">/spaces/FSlso1Kjob5CLDrh0dVn/pages/FCt1BTUITw5wIX7Rb1i1</a></td></tr><tr><td><strong>Create a News Researcher</strong><br>Build an agent that monitors and summarizes news on a topic.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/ECqlsznwoNzgPkJ88Vjb">/spaces/FSlso1Kjob5CLDrh0dVn/pages/ECqlsznwoNzgPkJ88Vjb</a></td></tr><tr><td><strong>Fill in Excel Sheets with AI</strong><br>Automate data entry and enrichment in Excel files.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/VkqU8orjdsgqDpDN0iFN">/spaces/FSlso1Kjob5CLDrh0dVn/pages/VkqU8orjdsgqDpDN0iFN</a></td></tr><tr><td><strong>Create Slides</strong><br>Generate presentation slides from structured content or documents.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/1IIc6zWudnNa5NteIuWn">/spaces/FSlso1Kjob5CLDrh0dVn/pages/1IIc6zWudnNa5NteIuWn</a></td></tr><tr><td><strong>Compare Documents</strong><br>Build an agent that compares two documents and highlights differences.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/cdSsOFbAOSgmrF8d2OzS">/spaces/FSlso1Kjob5CLDrh0dVn/pages/cdSsOFbAOSgmrF8d2OzS</a></td></tr></tbody></table>

### How to use these tutorials

* Open a tutorial alongside [**Get Started with Workflow Builder**](/getting-started/start-here/get-started-with-workflow-builder.md) and follow each step.
* Use the finished [**Templates**](/getting-started/start-here/get-started-with-workflow-builder/templates.md) as starting points for your own workflows.
* Combine multiple tutorials to learn how to build compound, multi-step agents.


---

# 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.stackai.com/getting-started/tutorials-and-examples.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.
