# Setting DNS Management

* Click on **techwriter.com**

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/10dekadns/10.4%20DNS%20management-Aktif.PNG" alt=""><figcaption><p>DNS Management Page</p></figcaption></figure>

* **DNS Management for techwriter.com** page appears.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/10dekadns/10.4.%20a%20DNS%20Management%20.PNG" alt=""><figcaption><p>DNS Management Page- techwriter.com</p></figcaption></figure>

## Add Record

* Click **Add Record.**

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/10dekadns/10.5%20DNS%20management-techwriter.com.PNG" alt=""><figcaption><p>Add Record</p></figcaption></figure>

* Fill in the **record** then click **Save** button

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/10dekadns/10.6.a%20Input%20Nameservers.PNG" alt=""><figcaption><p>Input Record</p></figcaption></figure>

<table><thead><tr><th width="178">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Type</strong></td><td>Users can choose data type for explanations can be seen in <strong>Table 10.2 List of Data Type and Type</strong></td></tr><tr><td><strong>Name</strong></td><td>Fill domain name because this field <strong>must be filled in</strong></td></tr><tr><td><strong>Content</strong></td><td>Adjusting to <strong>Type</strong> selected for this field <strong>must be filled in</strong></td></tr><tr><td><strong>TTL</strong></td><td>If the TTL is emptied the default calue stores is 86400 (24 Hours)</td></tr></tbody></table>

\
The following is an explanation of the types of data used:

<table><thead><tr><th width="118">Type</th><th width="117">Data Type</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td><strong>A</strong></td><td>IPv4</td><td>For IP address version 4, use 32 bits</td><td>192.168.1.4</td></tr><tr><td><strong>AAAA</strong></td><td>IPV6</td><td>For IP address version 6, use 128 bits</td><td>2001:0000:3238:DFE1:0063:0000:0000:FEFB</td></tr><tr><td><strong>MX</strong></td><td>String</td><td>Used for email server identification</td><td>- mx.domain.com<br>- ‘mx.domain.com’<br>- “mx.domain.com”</td></tr><tr><td><strong>TXT</strong></td><td>String</td><td>Used for SSL verification.</td><td>- txt.domain.com<br>- 'txt.domain.com'</td></tr><tr><td><strong>SRV</strong></td><td>String</td><td>Used to place futher related to service (IP, port, or other description)</td><td>100 43 tipesrv.format-record.com</td></tr><tr><td><strong>CNAME</strong></td><td>String</td><td>Digunakan untuk memetakan nama alias ke nama domain</td><td>- cname.domain.com<br>- 'cname.domain.com'<br>- "cname.domain.com"</td></tr><tr><td><strong>SPF</strong></td><td>String</td><td>Userd for email security</td><td>"v=spf1 include:_spf.google.com -all"</td></tr><tr><td><strong>PTR</strong></td><td>String</td><td>Used as reverse text of a record</td><td>- ptr.domain.com<br>- 'ptr.domain.com'<br>- "ptr.domain.com"</td></tr></tbody></table>

## Add Custom Nameservers

* On the **DNS Management** page
* The uses clicks the **Add Custom Nameservers** button to modify the server name

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/10dekadns/10.6%20Add%20Custom%20Nameservers.PNG" alt=""><figcaption><p>Setting Management-Add Custom Nameservers</p></figcaption></figure>

* Fill in **Nameserver**, **ns1**, **ns2** on the **Setup Custom Nameservers** page, for the domain that has been entered will be immediately created and activated. If the name servers are currently enabled they will be replaced with new records.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/10dekadns/10.7%20Setup%20Custom%20Nameservers.PNG" alt=""><figcaption><p>Setup Custom Nameservers</p></figcaption></figure>

<table><thead><tr><th width="340">Column</th><th>Decription</th></tr></thead><tbody><tr><td><strong>Nameservers</strong></td><td>Select server name</td></tr><tr><td><strong>ns1</strong></td><td>Server name 1</td></tr><tr><td><strong>ns2</strong></td><td>Server name 2</td></tr></tbody></table>


---

# 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.cloudeka.id/network/deka-dns/setting-dns-management.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.
