# Welcome

WorkflowAI is an open-source platform where [product](https://docs.workflowai.com/getting-started/for-product-managers) and [engineering teams](https://docs.workflowai.com/getting-started/for-developers) collaborate to build and iterate on [AI features](https://docs.workflowai.com/ai-features-playbook/what-is-an-ai-feature).

If you're new to WorkflowAI, we recommend you to read the [playbook](https://docs.workflowai.com/ai-features-playbook/introduction) to learn more about how to build, test, improve, and optimize your AI features.

You can also read about the different features WorkflowAI offers to make using AI easier, different concepts within WorkflowAI, how to get set up and build AI features with [WorkflowAI Cloud](https://docs.workflowai.com/workflowai-cloud/introduction), and how to use our [Python SDK](https://docs.workflowai.com/python-sdk/get-started) for a developer-focused experience.

We're glad you're here; have a look around! This documentation should contain answers to most of your questions. If you can't find what you're looking for here, we encourage you to ask a question in the [Q\&A section of our GitHub Discussions](https://github.com/WorkflowAI/WorkflowAI/discussions/categories/q-a) or [on Discord](https://discord.gg/auuf8DREZh)


---

# 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.workflowai.com/readme.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.
