> 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/customization-and-layout.md).

# Customization and Layout

### Site Editor&#x20;

You can use the [Site Editor ](https://wordpress.org/documentation/article/site-editor/)to change the theme templates, which dictate the arrangement and appearance of the various pages.

Use this to make global changes on your site: when you edit one of the templates, you edit all of the pages that use the template. To view or edit the templates in the Site Editor, click on Appearance > Editor in the Dashboard to open the Site Editor. For a detailed look at the different parts of the Site Editor workspace, see <https://wordpress.org/documentation/article/site-editor/>&#x20;

The list of site elements that you can change are listed in the left sidebar: see screenshot below.&#x20;

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

###

1. To change the title and tagline of your site, go to Templates > Home Page.&#x20;
2. Click on the header and select "Edit"&#x20;
3. Write your new tagline in the dialogue box.&#x20;
4. You may change the logo in the same way: click on the current logo and change it for another file.&#x20;

### Archive Templates

Each content type used by Research AMP—Research Topics, Research Reviews, Articles, Profiles, and posts of news items, citations, and events—has its own Archive template. The Archive templates dictate the layout of "directory" or "list" views which users of the site can browse a list of all of the research topics, articles, or so forth. &#x20;

To change an Archive Template, click on its name, click on the page element you want to change, and make your changes. See the site logo and tagline example, below. &#x20;

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

### Changing the appearance of the site using "Styles" &#x20;

You can use tools in the Appearance section to change the font sizes for the texts and links, and to choose colors. Click on the "Styles" icon in the top right corner of the screen: it resembles a half-black, half-white circle.&#x20;

Users running at least version 16.7 of the Gutenberg plugin can install their own fonts for use on their Research AMP site. For more information, see here: <https://wptavern.com/gutenberg-16-7-introduces-font-management>.

For a unified appearance, you will want to only change the colors on the archive templates, not on individual pages. When choosing new colors for the site, be mindful of accessibility issues. For more information, see here: <https://www.w3.org/WAI/WCAG21/quickref/#use-of-color>

### Sample Change: Tagline and Logo  <a href="#docs-internal-guid-9276b14b-7fff-d362-2594-7fe32bd95029" id="docs-internal-guid-9276b14b-7fff-d362-2594-7fe32bd95029"></a>

It is a good idea to make small changes first in order to slowly build toward a design that works for your site. Some initial changes you may want to make to your site include setting the title of your site and changing the logo. &#x20;

1. To change the title and tagline of your site, go to Templates > Home Page.&#x20;
2. Click on the header and select "Edit"&#x20;
3. Enter the new text in the header section&#x20;
4. You can change the logo in a similar way; click on the logo and replace the current image with your site's logo.&#x20;

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

### Sample Change: Font Styles

1. Click the "styles" icon in the upper right corner: the black and white circle outlined in red in the screenshot below.&#x20;
2. Click Typography to bring up a list of text elements you could change: text, links, headings, etc. Click whichever element you would like to change.&#x20;
3. This brings up a menu of possible changes: font size, line height, letter spacing, color, etc. If you would like more fonts than the one that is currently possible in Research AMP you will need to download a fonts plugin from WordPress.&#x20;

<figure><img src="/files/0gLNdGHJbxeKm7UH5n5l" alt=""><figcaption></figcaption></figure>


---

# 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://research-amp.gitbook.io/research-amp-user-documentation/configuration/customization-and-layout.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.
