> For the complete documentation index, see [llms.txt](https://docsv1.customfit.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docsv1.customfit.app/customfit-basics/dynamic-element-statuses.md).

# Dynamic Element Dashboard

You can access all your Dynamic Elements from the CustomFit.ai dashboard. When you create a new Dynamic Element, it will appear on the dashboard. You can easily find the Dynamic Elements by using the search bar to filter by names. The Dynamic Element dashboard provides various information about elements such as :

![Dynamic Element Dashboard](/files/-Ly_g-TeUPzv_bFq_mH_)

### Name

A meaningful name of your Element that will allow you to easily locate it in the dashboard.

### Key

A unique key of your Element to use in your code. Since the Elements are identified through a key, CustomFit.ai has provided an option to copy your Element key from the dashboard and place it in your code. Each Dynamic Element has a unique key.

### Status

To efficiently manage the Elements we should have the ability to determine when Element is active or inactive and when Element is safe to remove from your code.

CustomFit.ai makes it easy with the status field. Every Element has a status field which reflects the state of the Element. For example, if an Element status is active then it is currently receiving requests.

An Element can be in one of the four states :

* **New**: The element is new and it has not received any requests.
* **Active**: The element is active and it is receiving requests.&#x20;
* I**nactive**: The element has not received any requests from X days. By default the number of inactive days is set to 7 i.e., if an element does not receive any request for 7 days then it is considered as inactive. We can change the number of inactive days.
* **Full rollout**: All users are receiving the same variation of the element from X days. By default the number of full rollout days is set to 7 i.e., if an element is serving the same variation for 7 days then its status is changed to full rollout. We can change the number of full rollout days.

At the top of the dashboard, you can find the count of elements in each status.

### Type

The `Type` column in the dashboard gives information about the type of element. For example, if the element is of type string then in the type column `STRING` will be displayed. Other different values can be `NUMBER`, `BOOLEAN`, `JSON`, `COLOR`, `RICH TEXT.`

### Variations

The `variations` column in the dashboard gives information about the total number of variations present under the element.

### Power switch

You can enable/disable the element from the CustomFit.ai dashboard if your element is not behaving as expected. With this option, there is no need for you to redeploy your code.

### Actions

In the `Actions` column, you can delete an element by clicking on the delete icon. Once you click on the delete icon a confirmation pop up window appears to confirm your delete action.

You can also copy a Dynamic Element in a different environment and app by clicking on the copy icon of the respective Dynamic Element. To know more about Dynamic Element copy please visit the [Copy Dynamic ](https://docs.customfit.ai/customfit-ai/customefit-basics/copy-dynamic-config)Element section.


---

# 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://docsv1.customfit.app/customfit-basics/dynamic-element-statuses.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.
