# 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>


---

# Agent Instructions: 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://developer.gravityfield.ai/lang/en/implementation/obtaining-slid-from-the-browser-console.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.
