# Editing an entry

## Description:

Each entry has an tag/question as label which is shown to the user while labeling, and an export key which is used to export labels. You are free to choose the label, but export keys have a few restrictions.

{% hint style="info" %}
The key restrictions are:

* lower case only
* between 1 and 30 characters
* may include  `0 - 9, _, ., -`
* can't be one of <\<link to forbidden keywords>>
  {% endhint %}

{% hint style="info" %}
tags, questions and export keys must be unique per label-configuration.
{% endhint %}

{% hint style="danger" %}

#### Deleting an entry

You may delete an entry by clicking on the delete icon on it. This will also delete all nested entries! You can also delete all entries at once by clicking on the "Delete config" button.
{% endhint %}

## Example:

![](/files/-M1B3TXwjU5gGrpsgoFP)


---

# 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.datagym.ai/documentation/label-configuration/editing-an-entry.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.
