# 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="getting-started/pns-enabling-your-dapp" %}
[pns-enabling-your-dapp](https://docs.pulse.domains/dapp-developer-guide/getting-started/pns-enabling-your-dapp)
{% endcontent-ref %}

{% content-ref url="getting-started/pns-libraries" %}
[pns-libraries](https://docs.pulse.domains/dapp-developer-guide/getting-started/pns-libraries)
{% endcontent-ref %}

{% content-ref url="getting-started/working-with-pns" %}
[working-with-pns](https://docs.pulse.domains/dapp-developer-guide/getting-started/working-with-pns)
{% endcontent-ref %}

{% content-ref url="getting-started/resolving-names" %}
[resolving-names](https://docs.pulse.domains/dapp-developer-guide/getting-started/resolving-names)
{% endcontent-ref %}

{% content-ref url="getting-started/managing-names" %}
[managing-names](https://docs.pulse.domains/dapp-developer-guide/getting-started/managing-names)
{% endcontent-ref %}

{% content-ref url="getting-started/registering-and-renewing-names" %}
[registering-and-renewing-names](https://docs.pulse.domains/dapp-developer-guide/getting-started/registering-and-renewing-names)
{% endcontent-ref %}

{% content-ref url="getting-started/pns-front-end-design-guidelines" %}
[pns-front-end-design-guidelines](https://docs.pulse.domains/dapp-developer-guide/getting-started/pns-front-end-design-guidelines)
{% endcontent-ref %}

{% content-ref url="getting-started/pns-as-nft" %}
[pns-as-nft](https://docs.pulse.domains/dapp-developer-guide/getting-started/pns-as-nft)
{% endcontent-ref %}

{% content-ref url="getting-started/pns-data-guide" %}
[pns-data-guide](https://docs.pulse.domains/dapp-developer-guide/getting-started/pns-data-guide)
{% 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.
