# KidSpirit Knowledge Base

### How To Use This Knowledge Base?

Knowledge Base, or KB for short, is a collection of documentation that typically includes answers to frequently asked questions, how-to guides, and troubleshooting instructions.

This KB includes step by step guide complete with pictures to help you in as much as possible. They are all styled in a very nice looking way and this site also has an advanced search system to find what you're looking for and exactly what you're looking for.

And you can also enlarge the pictures by clicking them!

{% hint style="info" %}
Select what you are looking for on the left ( ≡ icon on the top left for phones) or go to the next one below
{% endhint %}

Ps, it would be very helpful to us if you can rate the helpfulness of the article by clicking the faces at the bottom of the page 😊

![The rating will look like this, it is located at the bottom right of the page](/files/-Ml1AgcgxiyOk0f8WzGf)


---

# 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://help.kidspirit.dev/master.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.
