# via WordPress

If your blog is built on WordPress, installing Visibl will be really simple.

Once you receive your tracking script via email, follow these steps to install Visibl onto your website:

1. Navigate to your WordPress dashboard.&#x20;
2. Go to **Appearance > Theme Editor** or **Settings > Header and Footer** (depending on your theme or plugins).&#x20;
3. Open the **header.php** file or find the settings section that allows adding code to the header.&#x20;
4. Paste the tracking script within the section.&#x20;
5. Save your changes, and your tracking script should now be active.&#x20;

**Note:** Alternatively, you can use a plugin like “Insert Headers and Footers” to add the tracking script without modifying theme files directly.

Once you have pasted the tracking script to your website, [check here to test the installation](/help-docs/getting-started/quickstart/testing-installation.md).


---

# Agent Instructions: 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:

```
GET https://govisibl.gitbook.io/help-docs/getting-started/quickstart/via-wordpress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
