> 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/redirecting-a-domain.md).

# Redirecting Your Domain

You can redirect a domain or subdomain to another URL. Redirects are a way to forward visitors and search engines to a different URL than the one they requested. You can use redirects when you’re moving content around and you want the content to retain its value.

To redirect a domain from one domain to another domain, perform the following:

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 Redirect** from the Manage Records page.

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

4.The Add Redirect dialog box appears. Enter the redirect domain under **To** box and click **Add**.

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

5.The redirected domain is listed under **Redirects** list.

<figure><img src="/files/P5k3UW5CyYoEFoRqarJG" alt=""><figcaption><p>Redirect List</p></figcaption></figure>

{% hint style="info" %}
If you want to update the redirect domain, click the edit ![](/files/zGHboYE0ILvuotISPdti) icon.

If you want to delete the redirect domain, click the delete ![](/files/puwzhi8e8TYRZvDDu5lr) icon.
{% endhint %}

## Adding a Service Record


---

# 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/redirecting-a-domain.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.
