> For the complete documentation index, see [llms.txt](https://docs.legitimate.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.legitimate.net/user-guide/legitimate-tags/required-tags.md).

# Required Tags

There is currently on one Tag that Legitimate requires.&#x20;

{% hint style="info" %}
***Make sure to read the*** [***Approved Domain***](/user-guide/legitimate-tags/required-tags.md#approved-domains-area) ***section at the bottom of this page.***&#x20;
{% endhint %}

### Creator Tag ( lg:creator )

The Creator tag is the most important tag in Legitimate. Without adding a Creator Tag your articles will not get indexed. \
The creator tag contains a unique code that lets Legitimate know who created this page and what profile we should file it under.&#x20;

```markup
<meta property="lg:creator" content="d20tz3PfdehwhSz9uKC0MgEkMWo"/>
```

\
You can find your Creator code by going to the settings area in Legitimate and on the lefthand side of the screen you will see a link called "Creator Settings".

![The Creator settings link should look like this](/files/-MK-z6S16MwZZ6zArV_W)

When you click on the link you will be brought to a page containing your Creator code and  an Approved Domains area. See image below:

![](/files/-MK0-7Tsvs0ZIhxRxzEc)

### Approved Domains Area

When Legitimate visits your page as it travels around the internet it reads your Legitimate Creator code and then cross references it against your list of approved domains. If the website containing your Creator code is not on the list of approved domains then the article will not get indexed. This is how we ensure people with bad intentions can not try and use your identity to publish content. \
\
\&#xNAN;***Make sure that you add any websites that you intend to publish content on to your list of approved domains. Articles you add manually using the "Add content" button on your profile do not require to be listed here.***


---

# 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.legitimate.net/user-guide/legitimate-tags/required-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.
