> For the complete documentation index, see [llms.txt](https://docs.mnd.bg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mnd.bg/osnovni/nachalo.md).

# Начало

## Основни

Запознайте се с фондация "Мостове на доверието", нашите цели и методика за дефиниране на уменията за реализация на хора с увреждания!

{% content-ref url="/pages/wMIj4Ukl0logqwQ1KHhT" %}
[Фондацията](/osnovni/fondaciyata.md)
{% endcontent-ref %}

### Информация

В тази категория ще може да намерите информация за нашия екип, полезни връзки и нашите успехи.

{% content-ref url="/pages/Shh2p5W9GrIehMCLsqU5" %}
[Екип](/informaciya/ekip.md)
{% endcontent-ref %}

{% content-ref url="/pages/J7RAmR3TwlAMSGkztnQC" %}
[Полезни връзки](/informaciya/polezni-vrzki.md)
{% endcontent-ref %}

{% content-ref url="/pages/JPIlTqpumYAH2pEhDqlU" %}
[Карта на развитие](/informaciya/karta-na-razvitie.md)
{% endcontent-ref %}

### Ключови разработки

Това са едни от нашите ключови разработки, нашия бизнес план, уеб платформата, която да си служи като портал за всички в "Мостове на доверието" и нашата концепция за изграждане на технологичен център.

{% content-ref url="/pages/DpnonU8eOl8I0RphLXAB" %}
[Бизнес план](/klyuchovi-razrabotki/biznes-plan.md)
{% endcontent-ref %}

{% content-ref url="/pages/R6h6yN4f5CLA23l37laT" %}
[Уеб платформа](/klyuchovi-razrabotki/ueb-platforma.md)
{% endcontent-ref %}

{% content-ref url="/pages/QQeRF9N5hWyXK5sM7ot6" %}
[Проучване](/klyuchovi-razrabotki/prouchvane.md)
{% endcontent-ref %}


---

# 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://docs.mnd.bg/osnovni/nachalo.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.
