> For the complete documentation index, see [llms.txt](https://help.aglive.com/aglive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aglive.com/aglive/aglive-web-portal/register-site/edit-site-map.md).

# Edit Site Map

### Aim

### Benefits

### Steps

{% tabs %}
{% tab title="Edit via Edit icon" %}
![](/files/-MiLb0LoIlQ3KRpg-BSY)

| Step         | Action                                                                                                                                                              |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1            | Navigate to the left menu, under Register, click **Site**                                                                                                           |
| 2            | Site Map Library page will displayed                                                                                                                                |
| 3            | <p>Under Site Map Library, a table will display with following fields:</p><ul><li>Site Map name</li><li>No. of Layers</li><li>Date Created</li><li>Action</li></ul> |
| 4            | To find a site map, type in the site map name in the search bar                                                                                                     |
| 5            | To edit the **Site Map Details**, click on the <img src="/files/-MhGtTzSqgpX5sNoG_pY" alt="" data-size="line"> **Edit** button                                      |
| 6            | <p>On the Edit Site Map page, edit the following:</p><ul><li>Location</li><li>Site Name</li><li>Build Site Layers</li></ul>                                         |
| 7            | Click **Save**                                                                                                                                                      |
| 8            | An **Updated** popup will display. Click **Close**                                                                                                                  |
| {% endtab %} |                                                                                                                                                                     |

{% tab title="Edit via View Mode" %}
![](/files/-MiLbLaRmPq_DCfQREw6)

| Step          | Action                                                                                                                                                              |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1             | Navigate to the left menu, under Register, click **Site**                                                                                                           |
| 2             | Site Map Library page will displayed                                                                                                                                |
| 3             | <p>Under Site Map Library, a table will display with following fields:</p><ul><li>Site Map name</li><li>No. of Layers</li><li>Date Created</li><li>Action</li></ul> |
| 4             | To find a site map, type in the site map name in the search bar                                                                                                     |
| 5             | Click on the **Site Map hyperlink**                                                                                                                                 |
| 6             | Click **Edit**                                                                                                                                                      |
| 7             | <p>On the Edit Site Map page, edit the following:</p><ul><li>Location</li><li>Site Name</li><li>Build Site Layers</li><li>About Us </li></ul>                       |
| 8             | Click **Save**                                                                                                                                                      |
| 9             | An **Updated** popup will display. Click **Close**                                                                                                                  |
| {% endtab %}  |                                                                                                                                                                     |
| {% endtabs %} |                                                                                                                                                                     |


---

# 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://help.aglive.com/aglive/aglive-web-portal/register-site/edit-site-map.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.
