# Welcome

Welcome to Invntio's docs! Get started improving your business effortlessly. If you have any questions, join our [Discord Community](https://discord.gg/h5vsEUfxaT) or [email us](mailto://victorvelazquezcid@gmail.com). We are happy to help!

Here are some pages that might interest you:

## Getting Started

{% content-ref url="../getting-started/quick-start" %}
[quick-start](https://docs.invntio.com/getting-started/quick-start)
{% endcontent-ref %}

{% content-ref url="../getting-started/features" %}
[features](https://docs.invntio.com/getting-started/features)
{% endcontent-ref %}

## API Reference

{% content-ref url="../api-reference/authentication" %}
[authentication](https://docs.invntio.com/api-reference/authentication)
{% endcontent-ref %}

{% content-ref url="../api-reference/endpoints" %}
[endpoints](https://docs.invntio.com/api-reference/endpoints)
{% endcontent-ref %}

## Self-Hosting

{% content-ref url="../self-hosting/configuration" %}
[configuration](https://docs.invntio.com/self-hosting/configuration)
{% endcontent-ref %}

{% content-ref url="../self-hosting/database" %}
[database](https://docs.invntio.com/self-hosting/database)
{% endcontent-ref %}

## Learning Resources

{% content-ref url="../learning-resources/basic-learning-resources" %}
[basic-learning-resources](https://docs.invntio.com/learning-resources/basic-learning-resources)
{% endcontent-ref %}

## Contributing

{% content-ref url="../contributing/guidelines" %}
[guidelines](https://docs.invntio.com/contributing/guidelines)
{% endcontent-ref %}

{% content-ref url="../contributing/code-of-conduct" %}
[code-of-conduct](https://docs.invntio.com/contributing/code-of-conduct)
{% endcontent-ref %}

## Support Us

{% content-ref url="../support-us" %}
[support-us](https://docs.invntio.com/support-us)
{% endcontent-ref %}


---

# 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.invntio.com/introduction/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.
