# Retool

{% content-ref url="retool-integration/metadata-extracted" %}
[metadata-extracted](https://docs.secoda.co/integrations/data-visualization-tools/retool-integration/metadata-extracted)
{% endcontent-ref %}

## Getting Started with Session Cookies <a href="#h_21e27f5a15" id="h_21e27f5a15"></a>

There are two steps to get started using Retool with Secoda through session cookies:

1. Retrieve a Retool session cookie
2. Connect Retool to Secoda

### Retrieve Session Cookie

*Secoda uses a series of REST APIs that Retool uses for its platform, which requires a session cookie. To get a session cookie follow these steps:*

1. Login to your Retool workspace and open developer tools by right-clicking and selecting **Inspect**

![](https://secoda-public-media-assets.s3.amazonaws.com/image%20\(3\).png)

2. Click on the **Network** tab and enter `url:<yourworkspace>.retool.com` in the filter head

![](https://secoda-public-media-assets.s3.amazonaws.com/image%20\(2\)%20\(1\).png)

3. Refresh the page and you should see some requests populate
4. Click on `user` network request, navigate to **Headers** tab, scroll down to the **Request Headers** section and copy the `cookie` header.

![](https://secoda-public-media-assets.s3.amazonaws.com/image%20\(1\)%20\(1\)%20\(1\)%20\(1\).png)

### Connect to Retool

*After retrieving the session cookie, you can connect Retool to Secoda by following these steps:*

1. In Secoda, head to the **Integrations** page and click **New integration**
2. Select **Retool**
3. Paste the cookie into the **Cookie** text input field
4. Click **Connect**


---

# 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://docs.secoda.co/integrations/data-visualization-tools/retool-integration.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.
