# Getting Started

Our developer documentation is almost complete and we will update our PulseChain Testnet V3 and PulseChain mainnet contract addresses shortly. If you have questions or need integration help please DM [PulseDomainsOfficial](https://t.me/pulsedomainsofficial) on Telegram or join our [Telegram](https://t.me/pulsedomains)[ Channel](https://t.me/pulsedomains).

{% content-ref url="/pages/a2ZtI2JbfKyAtYexKzUL" %}
[PNS Enabling your DApp](/dapp-developer-guide/getting-started/pns-enabling-your-dapp.md)
{% endcontent-ref %}

{% content-ref url="/pages/KKFAmZ8EUItVteu0ARdh" %}
[PNS Libraries](/dapp-developer-guide/getting-started/pns-libraries.md)
{% endcontent-ref %}

{% content-ref url="/pages/FFtcf6ujuecj2bU92F6n" %}
[Working with PNS](/dapp-developer-guide/getting-started/working-with-pns.md)
{% endcontent-ref %}

{% content-ref url="/pages/N6hlAOfX8OB2I5LCw8cV" %}
[Resolving Names](/dapp-developer-guide/getting-started/resolving-names.md)
{% endcontent-ref %}

{% content-ref url="/pages/9n1j1LBpPvaFYdAR38mv" %}
[Managing Names](/dapp-developer-guide/getting-started/managing-names.md)
{% endcontent-ref %}

{% content-ref url="/pages/TnaD8QgOcSsHOQuMKTyv" %}
[Registering & Renewing Names](/dapp-developer-guide/getting-started/registering-and-renewing-names.md)
{% endcontent-ref %}

{% content-ref url="/pages/EUDKGeQjPZgHMCZAj3oH" %}
[PNS Front-End Design Guidelines](/dapp-developer-guide/getting-started/pns-front-end-design-guidelines.md)
{% endcontent-ref %}

{% content-ref url="/pages/KkcQM9EeRykniRNvO3Ct" %}
[PNS as NFT](/dapp-developer-guide/getting-started/pns-as-nft.md)
{% endcontent-ref %}

{% content-ref url="/pages/E0OpWloBu5sUHPg8agJ8" %}
[PNS Data guide](/dapp-developer-guide/getting-started/pns-data-guide.md)
{% endcontent-ref %}

Please DM [PulseDomainsOfficial](https://t.me/pulsedomainsofficial) on Telegram or join our [Telegram](https://t.me/pulsedomains)[ Channel](https://t.me/pulsedomains).


---

# 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.pulse.domains/dapp-developer-guide/getting-started.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.
