> For the complete documentation index, see [llms.txt](https://help.siteoly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.siteoly.com/basics/how-to-add-more-than-4-tags-for-cards.md).

# How to add more than 4 tags for cards?

Usually 4 tags are supported for most of the cards. If you need more tags to be added while displaying the cards, go to Body-Cards' sheet and 'just add the required tags in column I (Tag4 column) as **comma separated values**.

For example if you need to display more than 4 tags (apart from what is already used in Tag 1, Tag 2 , Tag 3 and Tag 4 columns), add more tags in Tag 4 column as below with comma separation.

| **Tag 4**                          |
| ---------------------------------- |
| Extra Tag1, Extra Tag2, Extra Tag3 |

{% hint style="info" %}
This works only in Tag 4 Column.&#x20;

If you add comma separated values in other columns - Tag1, Tag2 and Tag3 - the entire tag will be displayed as text with comma.
{% endhint %}


---

# 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://help.siteoly.com/basics/how-to-add-more-than-4-tags-for-cards.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.
