> For the complete documentation index, see [llms.txt](https://docs.nearbuilders.com/resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nearbuilders.com/resources/developer-onboarding.md).

# Developer Onboarding

&#x20;There are many places to find information about developing smart contracts and applications on NEAR Protocol. These docs will highlight the most important resources starting with a high level architectural overview of NEAR application development, developing with different languages, developer support, developer communities, integrations, videos to learn async, and existing developer funding avenues.

{% content-ref url="/pages/k4TJpzsD7b4lloXkIj9Q" %}
[Why NEAR?](/resources/developer-onboarding/why-near.md)
{% endcontent-ref %}

{% content-ref url="/pages/CjvG06B4sOBtm1kkLBuS" %}
[NEAR Application Architecture](/resources/developer-onboarding/near-application-architecture.md)
{% endcontent-ref %}

{% content-ref url="/pages/zWuFUAV9NAV0eak63EeU" %}
[Dev Resources](/resources/developer-onboarding/dev-resources.md)
{% endcontent-ref %}

{% content-ref url="/pages/tII2vtSm2QBaDt7ocKCZ" %}
[Resources by Language](/resources/developer-onboarding/resources-by-language.md)
{% endcontent-ref %}

{% content-ref url="/pages/LnoJLbwdqJjOynRpPZML" %}
[Join A Builder Group](/resources/developer-onboarding/join-a-builder-group.md)
{% endcontent-ref %}

{% content-ref url="/pages/SNWxerZyN00hjOmvpgMh" %}
[Developer Governance](/resources/developer-onboarding/developer-governance.md)
{% endcontent-ref %}

{% content-ref url="/pages/wmXSGS90PWpcMbUPc798" %}
[Integrating NEAR into Your Application](/resources/developer-onboarding/integrating-near-into-your-application.md)
{% endcontent-ref %}

{% content-ref url="/pages/FAFrMQD5BTOFOrj5XB5n" %}
[Videos](/resources/developer-onboarding/videos.md)
{% endcontent-ref %}

{% content-ref url="/pages/K8vcQXb32FKUN68RWU9n" %}
[24/7 Support](/resources/developer-onboarding/24-7-support.md)
{% endcontent-ref %}

{% content-ref url="/pages/Hrd0JiZD4uJ9j6rHaFWW" %}
[Blockchain Operating System (BOS)](/resources/developer-onboarding/blockchain-operating-system-bos.md)
{% endcontent-ref %}

{% content-ref url="/pages/F3yRUcmuzBRz6PFl9wEk" %}
[EVM Development](/resources/developer-onboarding/evm-development.md)
{% endcontent-ref %}

{% content-ref url="/pages/m0InfOpZcU5356FxSiVV" %}
[Interoperability / Infrastructure](/resources/developer-onboarding/interoperability-infrastructure.md)
{% endcontent-ref %}

{% hint style="info" %}
Special thanks to the Contributors that made these onboarding docs possible. Matt from Proximity, Shot from Banyan, Marcus from NF, just to name a few
{% endhint %}


---

# 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.nearbuilders.com/resources/developer-onboarding.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.
