# Welcome Noso Devs!

Welcome to the Noso Developer Portal. This content is for technical people; if you are looking for a Noso wallet please head to the [documentation section](https://app.gitbook.com/o/4EBIC7BTTBc0nFvSuAgw/s/POMwCSiPFZV55MWcUj9P/)

It is noteworthy to mention that the Developer Portal covers everything you can do **today** on the Noso M**ainnet**.

{% content-ref url="overview/getting-started" %}
[getting-started](https://docs.nosocoin.com/noso-developers-portal/overview/getting-started)
{% endcontent-ref %}

{% content-ref url="overview/start-building-on-noso" %}
[start-building-on-noso](https://docs.nosocoin.com/noso-developers-portal/overview/start-building-on-noso)
{% endcontent-ref %}

{% content-ref url="overview/mainnet-apps" %}
[mainnet-apps](https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps)
{% endcontent-ref %}

{% hint style="danger" %}
Please read the Whitepaper to gain a thorough understanding of how Noso operates.
{% endhint %}

{% content-ref url="whitepaper" %}
[whitepaper](https://docs.nosocoin.com/noso-developers-portal/whitepaper)
{% endcontent-ref %}

{% content-ref url="nosoproject-roadmap" %}
[nosoproject-roadmap](https://docs.nosocoin.com/noso-developers-portal/nosoproject-roadmap)
{% 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.nosocoin.com/noso-developers-portal/welcome-noso-devs.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.
