# Installation

## Manual installation

1. download the [zip file of the plugin](https://github.com/AlchemyOptions/AlchemyOptions/raw/master/dist/alchemy-options.zip)
2. go to the *Add New* plugin page of your WordPress site
3. click the *Upload Plugin* button which will bring you a file input
4. choose the zip-file you've downloaded and press *Install Now*
5. activate Alchemy Options

### Installing via WordPress CLI

You can install (and activate) Alchemy Options via WP-CLI, like so:

`wp plugin install https://github.com/AlchemyOptions/AlchemyOptions/raw/master/dist/alchemy-options.zip --activate`

After the installation you are ready to [configure it](/configuration.md) in your theme. Sample [configuration examples](/samples.md) are also available.


---

# 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://docs.alchemy-options.com/installation.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.
