# Quickstart

<figure><img src="https://github.com/is-not-cool/docs/blob/main/.gitbook/assets/quickstart.png" alt=""><figcaption></figcaption></figure>

You will need to fork the repository, as shown in the image above.

{% hint style="info" %}
This is a really easy-to-use subdomain service!
{% endhint %}

### Setting up

You can get your subdomain from is-not.cool by using the format below, and making the file name be following the of "yoursubdomain".json.

```
{
    "description": "insert ur description",
    "owner": {
        "repo": "https://github.com/is-not-cool/registration",
        "email": "Your email address (If you care about your privacy, you do not have to do this.)",
        "discord": "Your discord ID"
    },

    "record": {
        "A": ["1.1.1.1", "1.0.0.1"],
        "AAAA": ["2606:4700:4700::1111", "2606:4700:4700::1001"],
        "CNAME": "example.com",
        "MX": ["mx1.example.com", "mx2.example.com"],
        "TXT": ["example_verification=1234567890"],
        "NS": ["ns1.example.com", "ns2.example.com"],
        "SRV": [
            { "priority": 10, "weight": 60, "port": 5060, "target": "sipserver.example.com" },
            { "priority": 20, "weight": 10, "port": 5061, "target": "sipbackup.example.com" }
        ]
    },

    "proxied": false
}
```

{% hint style="warning" %}
Only select the records you need, Remove the other ones as it may cause errors in the .json file.
{% endhint %}


---

# 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.is-not.cool/getting-a-subdomain/quickstart.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.
