> 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-big-link.md).

# Internal Big link

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

#### **How to Add an Internal Big Link Block:**

* **Access the Block Library:**
  * Navigate to your Webhash website editor.
  * Click the “Add Block” button in the top-right corner to open the block library.

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

* **Search for the Internal Big Link Block:**
  * In the search bar, type **“Internal Big Link Block”**.
  * Select the block from the list.

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

* **Pop-Up: Add Internal Big Link Block**
  * A pop-up appears titled **“Add an Internal Big Link”**.
  * The first option asks you to **select an internal page**.\
    \&#xNAN;*Note:* If no internal pages exist, you must create them.

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

* **Adding Internal Pages:**
  * **Close** the pop-up and click **"Add Page"** on the **left sidebar**.
  * A new pop-up titled **"Add a New Page"** will appear.

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

* **Creating Pages:**
  * Enter a **page name** in the provided field. For example:
    * Add the **About** page and click **Submit**.
    * Add the **Service** page and click **Submit**.
  * Your website will have three pages: **Home**, **About**, and **Service**.

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

* **Re-Adding the Internal Big Link Block:**
  * Go back to the **Home Page** and click **Add Block**.
  * Search for **Internal Big Link Block** again.
* **Configuring the Block:**
  * In the pop-up, **select “About Page”** from the internal page dropdown.
  * Name the block **"About Us"**.
  * Add a description explaining the purpose of the link (e.g., "This block links to the About page.").
  * Click **Submit** to add the block to your website.

<figure><img src="/files/2WZc63UqCg37vyN0EaEF" alt=""><figcaption></figcaption></figure>

* **Customizing the Block:**
  * Click on the newly added Internal Big Link Block on your **Home Page**.
  * You’ll find several customization options for **styling the block** to fit your design.


---

# 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-big-link.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.
