# Introduction

Welcome to dotNames! We're extremely excited to have you here with us, and equally excited that you've decided to integrate dotNames into your wallet/dApp. We built dotNames from the ground up with Solidity, and made the important functions easy to call and interact with.

For starters, you will need a library to communicate with the blockchain using asynchronous JavaScritp.  You can use any libraries you're comfortable with, but we recommend [Ethers JS](https://docs.ethers.org/v5/) for ease of use and simplicity. The process of integration is a simple and straight forward one, but please contact @MadMaxx12 on Telegram should you run into any issues.


---

# 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://dotnames.gitbook.io/dotnames-name-service-integration-docs/introduction.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.
