> 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/research-topics-and-tags.md).

# Research Topics and Tags

Most Research AMP sites have about 6-10 research topics, used to subdivide the site's central theme and to organize all of the content on the site. The sites also have a list of focus tags to further subdivide the content. For more on how to subdivide your site's central topic into Research Topics and Tags, see Elements of Research AMP: [https://app.gitbook.com/o/c4iDgKjDka0osrfN9sSX/s/Aq6E3UMrp9SVbTrsh8xn/\~/changes/18/introducing-research-amp/elements-of-research-amp](/research-amp-user-documentation/introducing-research-amp/elements-of-research-amp.md).

### Add Research Topics &#x20;

1. Navigate to "research topics" in the Dashboard, and click "Add New." This will take you to a page where you can enter research topics, their descriptions, and an image.&#x20;

Research Topics will appear as a dropdown menu in the Primary Navigation bar, as elements on the Home page, as well as on a separate Archive page that is created when you add research topics. This Archive page offers the topic description, as well as all of the content that has been associated with the topic. The “short” description, used in research topic teasers on the homepage and elsewhere on the site, is stored in the post excerpt.

### Add Focus Tags&#x20;

1. Focus Tags are accessible from the submenus of Research Reviews, Articles, Profiles, and New Items. Changing the focus tags from any of these submenus changes all of the focus tags for your site.&#x20;
2. From the Dashboard, navigate to one of the above submenus
3. Add a name, slug, and optional description for the tag.&#x20;

<figure><img src="/files/9Ai8DitCKa4W4s5ep8oh" alt=""><figcaption></figcaption></figure>

A second method to add Focus Tags is to do so while you are creating content: you can add a Focus Tag in the right sidebar.&#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, and the optional `goal` query parameter:

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