> For the complete documentation index, see [llms.txt](https://help.webhash.com/webhash-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.webhash.com/webhash-docs/how-to-edit-every-component-on-your-website/standard-blocks-the-foundation-of-your-website/internal-pages.md).

# Internal Pages 📑

{% embed url="<https://youtu.be/B_tQKK0zMyg>" %}

#### Adding an Internal pages block

* #### Add[^1] the Block
  * Navigate to the area of your website where you want to add the internal link.
  * Click on 'Add Block' to open the block menu.

<figure><img src="/files/fymNbTgubrBse8cBPGbR" alt=""><figcaption></figcaption></figure>

* Select the Internal Pages Block
  * Scroll through the available blocks until you find the 'Internal Pages' block, which is designed for linking to other sections of your site.
  * Click on this block to select it for your page.
* Configure the Block
  * After selecting the block, a pop-up will appear prompting you to choose which internal page you want to link to.
  * Select the desired page from the list provided. For example, if you want to link to your Services page, choose 'Services' from the list.

<figure><img src="/files/722bGFYG2ULSTYTI7X0u" alt=""><figcaption></figcaption></figure>

* Customize the Button
  * Provide a name for the button that will act as the link. For instance, if you're linking to the Services page, you might name the button "Click here for service page".
  * This name will be displayed as the clickable text on your website.
* Finalize and Add
  * Click on the 'Submit' button to add the internal link button to your website.
  * The block will now appear on your page, acting as a navigational link to the selected internal page.
* Test the Functionality
  * After adding the block, it's a good idea to test the link to ensure it directs users to the correct page.

[^1]:


---

# 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.webhash.com/webhash-docs/how-to-edit-every-component-on-your-website/standard-blocks-the-foundation-of-your-website/internal-pages.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.
