# Extract & Pass Values

Jet allows you to extract and pass values in **`Visual Builder`**, **`Data`**, and **`Workflow`**

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

## Values Types

* Visual Builder/Data/Workflow Values

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

* User and Team Values (Email, First and Last name, team name, token, user id)

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

* Computed Values (Transform your values with Formula or JavaScript)

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

{% content-ref url="/pages/-MO5tjtq-41HFHfx1Qzt" %}
[Formula](/user-guide/computed-columns/formulas.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/rcgAWiUJEMguUkM4fQZn" %}
[JavaScript Column](/user-guide/computed-columns/javascript-column.md)
{% endcontent-ref %}

## Visual Builder Values

There are two types of Visual Builder values: Component and Page values

### Component Values

Using Component Values you can pass values such as subject and body to `Send email`, filter a list, or pass data from one page to another. You can specify Values for each [page](/user-guide/design-and-structure/pages.md) or [component](/user-guide/design-and-structure/components.md). Here we guide you through Values types and how to specify Values for a page or component.

![](/files/-MjgrBr70M7R5UoQsjpE)

### Page Values

In the case where you want to create a Detail page with information about the user on that page: name, last name, address, etc. You need to pass the parameter values of these fields from one page to another. To do this, you need to create parameters for this page and pass these parameters to another page using the [Navigate to Page](/user-guide/design-and-structure/actions.md) action.

#### Create Page Values

To create Page Values go to the page settings then click **+Add Parameter.**

![](/files/-MjdI0Glc6Yx8m5goKue)

#### Link pages

In order to pass a value from one page to another, you need to use the Navigate to page action.

![](/files/-MjdKXjYxLTcFLTwmgt8)

{% content-ref url="/pages/-Mik3cgmvf5uwJwKCjDi" %}
[Field Values](/user-guide/design-and-structure/column-values.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MO5tjtq-41HFHfx1Qzt" %}
[Formula](/user-guide/computed-columns/formulas.md)
{% endcontent-ref %}


---

# 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.jetadmin.io/user-guide/binding-and-values/parameters.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.
