> For the complete documentation index, see [llms.txt](https://uxper.gitbook.io/wp-golo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxper.gitbook.io/wp-golo/installation-1.md).

# Installation

- [Step 1 - Download Theme](https://uxper.gitbook.io/wp-golo/installation-1/step-1-download-theme.md)
- [Step 2 - Install Theme](https://uxper.gitbook.io/wp-golo/installation-1/step-2-install-theme.md): There are two ways to install a WordPress theme: using the built-in installer or by uploading it via FTP
- [Step 3 - Install Plugins](https://uxper.gitbook.io/wp-golo/installation-1/step-3-install-plugins.md): After installing the Golo theme, you'll see a notification in the top of the page that says the theme needs some plugins to function properly.
- [Step 4 - Import Demo Data](https://uxper.gitbook.io/wp-golo/installation-1/step-4-import-demo-data.md): Before you can get started with your Golo theme and have your site look like the demo, you first need to add content to WordPress.
- [Import Demo V2](https://uxper.gitbook.io/wp-golo/installation-1/step-4-import-demo-data/import-demo-v2.md): Before you can get started with your Golo theme and have your site look like the demo, you first need to add content to WordPress.
- [Step 5 - Create Pages](https://uxper.gitbook.io/wp-golo/installation-1/step-5-create-pages.md)
- [Step 6 - Permalink Setup](https://uxper.gitbook.io/wp-golo/installation-1/step-6-permalink-setup.md)


---

# 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://uxper.gitbook.io/wp-golo/installation-1.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.
