# Vlearned User Documentation

{% hint style="info" %}
**Vlearned Tips:** Before taking a deep dive into this documentation, we recommend visiting <https://vlearned.netlify.app/> to get acquainted with the Vlearned ecosystem.
{% endhint %}

## Understand Vlearned

[**Introducing Vlearned**](/docs/getting-started/introducing-vlearned.md)\
Understand Vlearned's ecosystem, its scope of capabilities, and overall pedagogical philosophy.&#x20;

[**Getting Started**](/docs/getting-started.md)\
Start exploring Vlearned.


---

# 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://vlearned-technologies.gitbook.io/docs/vlearned-user-documentation.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.
