# Create Constants

It can often be useful in Relay.app to have a constant value that you use in many steps, for example the date of an important event or a field of text that needs to be added to several emails.

For these use cases, you can use the **create** **constant** feature in the Utilities menu.

#### Create constants

To create constants, select the type of each constant (number, text, date, etc) and give it a value. You can create multiple constants in a single step by adding additional constant fields as needed. You can then reuse these values easily in subsequent steps.

#### Create table of constants

For more complex workflows, you can create tables of constants with multiple rows and columns. This is useful for lists of competitors, web pages, or other reference material that you want to reuse in each run.


---

# 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.relay.app/built-in-actions/create-constants.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.
