> 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/wilson-academy/introduction.md).

# Introduction

## What is Wilson Academy

Wilson Academy is the central online hub designed to interact with and refine Wilson. Through this platform, you have the opportunity to perform a range of actions that allow you to customize and enhance the effectiveness of your virtual assistant.&#x20;

The primary features include:

1. **Training Documentation Management:** You can input new documents for Wilson's training or remove existing ones. This allows Wilson to expand or modify its knowledge based on your organization's needs.
2. **Interaction with Wilson:** The platform allows you to chat directly with Wilson, testing its response capabilities and observing from which information it derived its answers.
3. **Correction and Evaluation of Responses:** If Wilson provides an imprecise response, you can correct it by providing an evaluation and, if necessary, an alternative answer. This helps Wilson learn and improve over time.
4. **Customization of the Introduction Prompt:** You can modify Wilson's introduction prompt to make it resonate more in line with your company's tone and style.
5. **Management of Questions and Answers:** You can input new questions and answers and check the feedback provided to Wilson. This allows you to see how Wilson learns and improves over time.

<figure><img src="/files/nQqmchqQDp4X0hOGN4KW" alt=""><figcaption><p> Wilson Academy logo</p></figcaption></figure>

## Access to the Academy

To access the Academy, it is necessary for the 40Factory staff to provide you with a user account and a group membership (organization). Once this is done, the Academy can be reached at the following link:

{% embed url="<https://wilson-academy.40mat.com>" %}


---

# 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/wilson-academy/introduction.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.
