> For the complete documentation index, see [llms.txt](https://40factory.gitbook.io/wilson/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://40factory.gitbook.io/wilson/3.11/getting-started/what-is-wilson.md).

# What is Wilson

The Wilson system is composed of a range of versatile software, designed for the training, testing, and utilization of Wilson. Our future goal at 40Factory is to further expand this suite with the development of connectors and new interfaces. These additions will allow Wilson to be enjoyed on an even broader range of platforms and environments.

<figure><img src="/files/32cVCxYxERp9Kgtl3RYY" alt="" width="257"><figcaption></figcaption></figure>

We are proud to introduce the "Wilson Academy". This web platform has been designed as the ideal place for training Wilson. It provides the tools to upload specific documentation, test Wilson in various scenarios, and correct any imprecise answers. Through the Wilson Academy, you can refine the capabilities of your virtual assistant to best meet the needs of your organization.


---

# 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://40factory.gitbook.io/wilson/3.11/getting-started/what-is-wilson.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.
