> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/project-control-center/v1-prior-version/setting-up-a-domain-for-a-project/adding-a-service-record.md).

# Adding a Service Record

You can add DNS records for the following services: Pantheon, Netlify, and GitHub pages. Selecting one of these services will automatically send the standard A, AAAA, and/or CNAME records required to connect the service. After adding the required information in PCC, go back to Pantheon, Netlify, or Github and use their validator tool to confirm the records were added correctly.

To setup a service, perform the following steps:

1.Go to the Domains page for the required project. The domain page appears with the list of domains registered with the project.

2.Click <img src="/files/iecsudBq4mIfOMosYz0t" alt="" data-size="line"> icon and select **Manage Records**.

<figure><img src="/files/UOi2ynVqzBlQfzKWNPfF" alt=""><figcaption><p>Manage Records</p></figcaption></figure>

3.Click **+Add Service Record** from the Manage Records page.

<figure><img src="/files/XfNigcbqFDNXhKJN3iZs" alt=""><figcaption><p>Add Service Records</p></figcaption></figure>

3.The Add Service Record dialog box appears. Click **Services**, select the required Service from the list and click **Add**.

<figure><img src="/files/lHFKUJumJYR1pED65VXL" alt=""><figcaption><p>Add</p></figcaption></figure>

4.The service records are listed under **Existing Service Records** list.

5. After adding the required information in PCC, go back to Pantheon, Netlify, or Github and use their validator tool to confirm the records were added correctly. It may take some time for the dns records to propagate.

{% hint style="info" %}
The PCC allows adding records via the service selector, or via a URL redirect. PCC does not support adding DNS records like A, AAAA, CNAME, or TXT records directly. If you need specific records added to your domain, please contact the LF IT team in their Jira Support Desk at <https://projectsupport.linuxfoundation.org/>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.linuxfoundation.org/lfx/project-control-center/v1-prior-version/setting-up-a-domain-for-a-project/adding-a-service-record.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
