> For the complete documentation index, see [llms.txt](https://developer.gravityfield.ai/lang/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.gravityfield.ai/lang/en/implementation/obtaining-slid-from-the-browser-console.md).

# Obtaining "slid" from the browser console

Created: 11.07.2023&#x20;

Updated: 11.07.2023&#x20;

Author: Alexander S.

In certain cases, users need to find out their unique user identifier used in Gravity Field. This identifier is called <mark style="color:red;">`slid`</mark> and can be obtained from the browser. Below, we will describe how to do this. We use Google Chrome for the purpose of this demonstration, but the steps are similar in any other browser.

1. Open the website, right-click on the screen, and select "Inspect" from the context menu.

<figure><img src="/files/j70WlF7FPB1JbX9ziz11" alt=""><figcaption></figcaption></figure>

2. The browser console will open. In the top menu, select "Application."

<figure><img src="/files/8NN4MngR5YmM2PcrmNi9" alt=""><figcaption></figcaption></figure>

3. Follow the steps below:&#x20;

&#x20;     a. Select the "Cookies" section

&#x20;     b. In the "Cookies" section, choose the subsection with your domain.

&#x20;     c. Enter <mark style="color:red;">`slid`</mark> in the filter.

&#x20;     d. Copy the value from the cookie <mark style="color:red;">`_slid`</mark> and, if available, <mark style="color:red;">`_slid_server`</mark>.

<figure><img src="/files/yjHOXWVzmVoJ0LDpI0Hb" alt=""><figcaption></figcaption></figure>
