# Getting Started

- [Start Here](https://docs.stackai.com/getting-started/start-here.md): Choose the fastest path to learn StackAI and ship your first workflow.
- [New to Generative AI?](https://docs.stackai.com/getting-started/start-here/new-to-generative-ai.md): Understand how it works.
- [Deploying Your First Agent](https://docs.stackai.com/getting-started/start-here/deploying-your-first-agent.md)
- [Get Started with Workflow Builder](https://docs.stackai.com/getting-started/start-here/get-started-with-workflow-builder.md): A guide to the Workflow View
- [Templates](https://docs.stackai.com/getting-started/start-here/get-started-with-workflow-builder/templates.md)
- [Learning](https://docs.stackai.com/getting-started/learning.md): Choose the best way to learn StackAI, from guided paths to videos and hands-on examples.
- [Stack AI Curriculum](https://docs.stackai.com/getting-started/learning/stack-ai-curriculum.md): Curriculum and learning paths for building, integrating, and operating StackAI workflows.
- [Builder Path - Beginner](https://docs.stackai.com/getting-started/learning/stack-ai-curriculum/builder-path-beginner.md): A step-by-step learning path to build and deploy your first StackAI workflow.
- [Builder Path - Intermediate](https://docs.stackai.com/getting-started/learning/stack-ai-curriculum/builder-path-intermediate.md): A learning path for builders who want better quality, integrations, automation, and reliability.
- [Builder Path - Advanced](https://docs.stackai.com/getting-started/learning/stack-ai-curriculum/builder-path-advanced.md): A learning path for admins and advanced builders focused on governance, reliability, and scaling.
- [StackAI Academy](https://docs.stackai.com/getting-started/learning/stackai-academy.md)
- [Core AI Concepts](https://docs.stackai.com/getting-started/core-ai-concepts.md): Learn the core concepts behind prompting, embeddings, chunking, and multi-model workflows.
- [Prompt Engineering](https://docs.stackai.com/getting-started/core-ai-concepts/prompt-engineering.md)
- [Instruction vs Prompt](https://docs.stackai.com/getting-started/core-ai-concepts/instruction-vs-prompt.md): Master LLMs: Know the difference between instruction, system prompt, and user prompt to guide AI behavior and get top results. It's not just what you ask - it's how you ask it.
- [Using Multiple LLMs](https://docs.stackai.com/getting-started/core-ai-concepts/using-multiple-llms.md)
- [Chunking](https://docs.stackai.com/getting-started/core-ai-concepts/chunking.md): Best practices for implementing document chunking for RAG
- [Embeddings](https://docs.stackai.com/getting-started/core-ai-concepts/embeddings.md)
- [Best Practices](https://docs.stackai.com/getting-started/best-practices.md)
- [AI Agents Best Practices](https://docs.stackai.com/getting-started/best-practices/ai-agents-best-practices.md)
- [Tutorials & Examples](https://docs.stackai.com/getting-started/tutorials-and-examples.md)
- [Compliance Chatbot](https://docs.stackai.com/getting-started/tutorials-and-examples/compliance-chatbot.md): Building a Compliance Chatbot in Stack AI
- [IT Support Chatbot](https://docs.stackai.com/getting-started/tutorials-and-examples/it-support-chatbot.md): Build an IT support chatbot in Stack AI
- [Partnerships Agent](https://docs.stackai.com/getting-started/tutorials-and-examples/partnerships-agent.md): Build a strategic partnerships agent in Stack AI
- [Policy Chatbot](https://docs.stackai.com/getting-started/tutorials-and-examples/policy-chatbot.md): Build a policy chatbot for your enterprise in Stack AI
- [Salesforce](https://docs.stackai.com/getting-started/tutorials-and-examples/salesforce.md): Build a Salesforce agent in Stack AI
- [Term Extraction](https://docs.stackai.com/getting-started/tutorials-and-examples/term-extraction.md): Build a term extraction agent in Stack AI
- [Web Research](https://docs.stackai.com/getting-started/tutorials-and-examples/web-research.md): Build a web research agent in Stack AI
- [Document Summarization](https://docs.stackai.com/getting-started/tutorials-and-examples/document-summarization.md): Build an agent to summarize documents in Stack AI
- [Slackbot Guide](https://docs.stackai.com/getting-started/tutorials-and-examples/slackbot-guide.md): Learn how to configure the Slack bot for StackAI
- [Analyze Worksheets](https://docs.stackai.com/getting-started/tutorials-and-examples/analyze-worksheets.md): Learn how to analyze worksheets in your flow with speed and efficiency
- [Create a News Researcher](https://docs.stackai.com/getting-started/tutorials-and-examples/create-a-news-researcher.md): Learn how to incorporate global news in your workflow
- [Fill in Excel Sheets with AI](https://docs.stackai.com/getting-started/tutorials-and-examples/fill-in-excel-sheets-with-ai.md): Learn how to use the StackAI platform to fill in an Excel sheet new data, even with a template
- [Create Slides](https://docs.stackai.com/getting-started/tutorials-and-examples/create-slides.md): Create slide decks using the power of LLMs!
- [Compare Documents](https://docs.stackai.com/getting-started/tutorials-and-examples/compare-documents.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://docs.stackai.com/getting-started.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.
