> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/app/posts/custom-app/post-tags.md).

# Post tags

### How to create and manage tags for your posts

Tags help you group related posts and make it easier for users to discover content through keyword-based navigation. You can add and customize tags directly from the Posts section in your app dashboard.

#### Step 1: Go to the tags section

* From the side menu, go to Posts
* Click on Tags to open the [**tags screen**](https://app.appmysite.com/app/post-tags)

#### Step 2: Create a new tag

{% embed url="<https://scribehow.com/shared/Create_post_tags__HjuacFfCRHCT9M1reu_YyQ>" %}

* Click the +Create button on the top right of the screen
* A pop-up will appear where you can enter a name for the tag
* Use relevant keywords as tag names to improve discoverability of related content

{% hint style="warning" %}
Press the Tab key on your keyboard to create multiple tags quickly in one go.
{% endhint %}

#### Step 3: Save the tag

* Click the Create button in the pop-up to save the tag

{% hint style="success" %}
Once a tag has been created, you can edit it using the pen icon or delete it using the bin icon.
{% endhint %}

#### Step 4: Choose a layout for tags

{% embed url="<https://scribehow.com/shared/Post_tags_layout__dTTGZqxHSXuknPEPTFSuhg>" %}

* Click on the Layout button at the top right of the screen
* Select how the tags will appear in the app, such as list view or tag view

#### Step 5: Configure display settings

{% embed url="<https://scribehow.com/shared/Tags_settings__eHQ8CGmlROysdyMRqSY0lQ>" %}

* Click on the Settings button to control what appears on the tag screen
* The following options are available:
  * Show search icon\
    Displays a search icon in the header for quick access to content
  * Background color\
    Defines the background color of the tag screen
  * Tag text color\
    Sets the color of the text used in the tag labels

#### Step 6: Save your changes

* Click the Save button to apply your settings and update the tag screen in your app


---

# 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://docs.appmysite.com/app/posts/custom-app/post-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.
