# Options for an Entity

The options for an Entity are:

* To refresh the number of records in the entity, click the circular arrow icon.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_5/ch5entoptrefresh.png" alt=""><figcaption></figcaption></figure>

* To go to the settings of the entity, click the Settings icon.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_5/ch5entoptsettings.png" alt=""><figcaption></figcaption></figure>

* To copy the entity:&#x20;
  1. Click the clipboard icon.&#x20;
  2. Enter the name for the new entity and click the \[Save] button (it gets activated when the entity name is entered).

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_5/ch5entoptcopy.png" alt=""><figcaption></figcaption></figure>

{% embed url="<https://media.langstack.com/documentation/media/images/code/training_manual/chapter_5/ch5entoptconfirm.png>" %}

{% hint style="info" %}
Note: Copying an entity only copies the entity's schema and does not copy the records.
{% endhint %}

* To delete the records in the entity:&#x20;
  1. Click the “purge entity” icon.
  2. In the confirmation box, enter the name of the entity and click Purge.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_5/ch5entoptpurge.png" alt=""><figcaption></figcaption></figure>

{% embed url="<https://media.langstack.com/documentation/media/images/code/training_manual/chapter_5/ch5entoptpurgeconfirm.png>" %}

* If the delete icon is grey, the entity cannot be deleted.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_5/ch5entoptgreydel.png" alt=""><figcaption></figcaption></figure>

* If the delete icon is red, the entity can be deleted. To delete the entity:&#x20;
  1. Click the “delete” icon.
  2. To confirm the deletion of the entity, enter the entity name. Click the \[Delete] button (which gets activated after entering the entity name).

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_5/ch5entoptreddel.png" alt=""><figcaption></figcaption></figure>

{% embed url="<https://media.langstack.com/documentation/media/images/code/training_manual/chapter_5/ch5entoptreddel2.png>" %}


---

# 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.langstack.com/welcome/get-started/learn-langstack/introduction-to-entities/options-for-an-entity.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.
