# Editing environment variables

After your application is approved and prepared by an administrator, you can also edit it's environment variables. To do this, select "Edit Environment Variables" in your application's context menu.

<figure><img src="/files/fo2uAPUoGgl4qWxUc7m1" alt=""><figcaption><p>Application's context menu</p></figcaption></figure>

A new screen will appear where you can add/edit/delete your environment variables. All values are stored as **text**.

<figure><img src="/files/iE0y6ZphifFN48w8przk" alt=""><figcaption><p>Environment Variables</p></figcaption></figure>

After you save your environment variables, your application will be automatically restarted.


---

# 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.adminjs.co/deployment/editing-environment-variables.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.
