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

# Configuration

The Research AMP theme is a WordPress "block theme" which means that its layout and style can be modified using the WordPress Site Editor. For an introduction to the WordPress block system, visit <https://wordpress.org/support/article/blocks/>

The Research AMP block theme is installed when you install the Research AMP plugin. To use Research AMP, activate it by navigating to Appearance > Themes > Research AMP Theme. This contains a number of Archive Templates, as well as other features.

As Research AMP was designed for people with no technical background in website design to be able to use, its underlying design is an attempt to balance the ability to customize the site with some established parameters that ensure that any user can create an attractive and well-designed site without having to know and utilize coding. For example the Home Page is populated with blocks that show different types of content, like research reviews and articles; while there are a couple of different options for how they can be displayed and ordered on the home page there are some limitations on how much these can be customized. For example, the spacing between elements is established and cannot be changed using the site editor.&#x20;

That being said, individual Research AMP platforms can be customized by a web developer to change many aspects of the appearance of the site. You may wish to contract with a web development team to create a more bespoke version of Research AMP. To do this, the developer makes a child theme of Research AMP and then alters it to fit the specs of the project.&#x20;

You can access the child theme for Research AMP at <https://github.com/ssrc/research-amp-child-theme>.&#x20;


---

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

```
GET https://research-amp.gitbook.io/research-amp-user-documentation/configuration.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.
