> For the complete documentation index, see [llms.txt](https://docs.antsomi.com/cdp-365-user-guide-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/link-to-a-page.md).

# Link to a page

Create links to pages in your report.

You can provide links that take viewers to specific pages in a report.

1. Edit your report.
2. In the toolbar on the top of the page, click Text \[icon].
3. Enter the text to display, for example, "Page 2."
4. Select the text you just entered, then on the right, click **Insert link**.
5. Paste the link you want to link in the **Add/Remove link**.
6. Click **Apply**.

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2FCYkSa85ZU86q0mepanwY%2Fimage.png?alt=media&amp;token=9b817c37-2d5c-4cb8-a227-d2aaf8e71bb3" alt=""><figcaption></figcaption></figure>

### Link to pages in this report <a href="#specific-page-links" id="specific-page-links"></a>

Select the specific page name to which you want to link. If you reorder the pages in the report, the link continues to point to the selected page.

### Dynamic page links <a href="#dynamic-page-links" id="dynamic-page-links"></a>

Dynamic links navigate to pages in the report based on their position:

* **First**: goes to the first page in the report.
* **Previous**: goes to the page before the current page, if any.
* **Next**: goes to the page after the current page, if any.
* **Last**: navigates to the last page in the report.

If you reorder the pages in the report, dynamic links adjust so as to point to the new pages occupying the first, last, next, and previous positions.

### Copy page links <a href="#copy-page-links" id="copy-page-links"></a>

When copying reports and page link components, keep in mind the following:

When [making a copy of an entire report](broken://pages/-MfvtUD9KHoFpW8mgCDR), page links are adjusted to point to the correct pages in the copy.

If you copy and paste a text component with a page link, the link will work as expected as long as it points to a valid target. For example, if you copy a dynamic link to the next page and paste it into a report's last page, the link won't do anything, since there is no next page to go to. Similarly, if you copy a link to a page called "Sales Performance" and paste it into a report with no such page, you'll need to select a new valid target for the link.

### Link to a page from another report or site <a href="#link-to-a-page-from-another-report-or-site" id="link-to-a-page-from-another-report-or-site"></a>

To link to a specific page in one report from another report, navigate to the target page, then copy the URL in your browser's location field. You can then use that URL as the destination in the **Insert link** dialog. You can also simply email the link, or use it in a website to direct viewers to that page.


---

# 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.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/link-to-a-page.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.
