> For the complete documentation index, see [llms.txt](https://docs.justransform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.justransform.com/lookup-tables.md).

# Lookup Tables

Accessed through **Lookup Tables**. Lookup Tables are tables which store a set of values that can be used to perform mapping and transformations within Justransform. The tables of values can be used to look up specific values based on one or more keys.

{% hint style="info" %}
For Example: A lookup table might be used to map country codes to country names, or to map product codes to product descriptions.
{% endhint %}

On the top of the Lookup Tables panel there are controls for:

* Creating New Lookup Tables
* Deleting a Lookup Table
* Refresh
* Uploading a Lookup Table
* Downloading a Lookup Table
* Updating a Lookup Table
* Duplicating a Lookup Table
* Truncating a Lookup Table

## Information Panel

Clicking a table within the Lookup Tables panel, provides a Knowledge Panel providing table information, sharing details, and API access.

### Adjust the Lookup Table Key/Value

Within the Information Panel, manage the lookup table values.

1. Select the Lookup Table Key/Value to change. Click the **Edit** icon.

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

1. Adjust the Key Name and/or Value
2. Click the "**✔️**" check icon.

### Delete the Lookup Table Key/Value

Within the Information panel, to delete a Lookup Table Key/Value.

1. Select the Lookup Table Key/Value to delete. Click the **Delete** icon.

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

### Share & Permissions

Within the Information Panel, share the lookup table with other users or groups.

1. Click "**Share Details**"
2. Click "**+ Share**"
3. Select the user(s) to share the lookup table with (Enterprise User or Group).
4. Click Select.

### API Access

Within the Information panel, access API credentials for the lookup table. These can be used with the Justransform API. Selecting **"API Access"** opens the API Token panel.


---

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

```
GET https://docs.justransform.com/lookup-tables.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.
