> For the complete documentation index, see [llms.txt](https://docs.workfx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workfx.ai/workfx-companion-agent-knowledge/get-started/readme.md).

# Introduction

WorkfxAI is an efficient and intelligent platform that empowers users to easily build intelligent agents with real industry expertise. By transforming your professional knowledge into structured domain knowledge, WorkfxAI enables you to create agents that can understand, reason, and act with the depth of an industry expert. Whether you are an enterprise, an industry specialist, or a team looking to enhance business automation and intelligence, WorkfxAI helps you unlock the full potential of your knowledge through smart agent creation.

WorkfxAI is suitable for:

* Enterprises and individuals who need to digitize and structure their professional knowledge
* Teams aiming to automate business processes with intelligent agents
* Organizations requiring multi-agent collaboration for complex tasks
* Experts focused on knowledge accumulation and reuse within their industry

## Quick Start Tutorial

Get started quickly with WorkfxAI by watching these comprehensive tutorial videos:

### Create an Q\&A AI Agent

{% embed url="<https://www.youtube.com/watch?v=9DbeGilP0oQ>" %}
Complete introduction to WorkfxAI platform and how to get started
{% endembed %}

### Smart Flow-Based Agent Tutorial

{% embed url="<https://www.youtube.com/watch?v=HmMIAO0LvlY>" %}
Smart Flow-Based AI Agent
{% endembed %}

## Key Platform Components

After getting familiar with the basics through our tutorial videos, you'll want to explore the core components that make WorkfxAI powerful. The platform is built around two main pillars: the **Knowledge Center** for organizing and structuring your domain expertise, and the **Workforce Factory** for creating and managing intelligent agents.

The **Knowledge Center** helps you transform unstructured information into actionable knowledge that your agents can leverage, while the **Workforce Factory** provides the tools and frameworks needed to build sophisticated agents that can work individually or collaborate in multi-agent scenarios.

## Explore WorkfxAI Features

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td>Knowledge Center</td><td><a href="/pages/ltMefy9UlGChIw1y5QoR">/pages/ltMefy9UlGChIw1y5QoR</a></td><td><a href="/pages/pSLD6GxnVyomuJkBP2iA">/pages/pSLD6GxnVyomuJkBP2iA</a></td><td></td></tr><tr><td>Workforce Factory</td><td><a href="/pages/zM19vKqmmqmjxxJ8Jra6">/pages/zM19vKqmmqmjxxJ8Jra6</a></td><td><a href="/pages/BgySw9MJqEoNFOxER3YB">/pages/BgySw9MJqEoNFOxER3YB</a></td><td><a href="/pages/mv3uvoaWngcKIfkwPsNs">/pages/mv3uvoaWngcKIfkwPsNs</a></td></tr></tbody></table>


---

# 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.workfx.ai/workfx-companion-agent-knowledge/get-started/readme.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.
