> For the complete documentation index, see [llms.txt](https://help.doctorlogic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.doctorlogic.com/docs/agency-permissions/adding-an-identifier.md).

# Adding an Identifier

Adding an identifier to your site/page lets you plug in a third party tool in order to have the data from your website flow into that tool. Use the instructions below to add an identifier.

1. On the Employee Admin home page, click **Settings** and select **Identifier.**
2. Select the corresponding identifier from the left hand side panel. For example, if you are adding a Google Tag, you will want to select "Google Tag Manager".&#x20;
3. Isolate the specific ID from the code and input it as an identifier.&#x20;
   1. For example, for an external GTM tag, the code will appear like this: \
      \<!— Google Tag Manager -->\
      \<script>(function( w,d ,s,l,i){w\[l]=w \[1] 11 \[] ; w \[1] ,push( {'gtm .start1 :\
      new Date() .getTime(),event : 'gtm .j s'}) ; var f=d .getElementsB yTagName(s) \[0],\
      j=d .createElement(s) ,dl=l !='dataLayer'?'\&l='+l : " ;j .async=true ;j .src=\
      '<https://www.googletagmanager.com/gtm.is7id-+i+dl:f.parentNode.insertBefore(i> ,f).;\
      })(window,document,'script','dataLayer','**GTM-AAA3Z7A**);\</script>\
      \<!— End GooghJa^Manager —>
   2. The identifier that should be input into Employee Admin is "**GTM-AAA3Z7A"**
4. Done!


---

# 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://help.doctorlogic.com/docs/agency-permissions/adding-an-identifier.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.
