> For the complete documentation index, see [llms.txt](https://docs.foxmetrics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.foxmetrics.com/getting-started/setting-up-an-account/managing-applications.md).

# Managing Applications

What you will learn:

* [How to create a new application.](/getting-started/setting-up-an-account/managing-applications.md#how-to-create-a-new-application)
* [How to edit an application.](/getting-started/setting-up-an-account/managing-applications.md#editing-an-application)
* [How to delete an application.](/getting-started/setting-up-an-account/managing-applications.md#deleting-an-application)

## **How To Create A New Application**

If there’s a need to segment your account, then creating a new application would be a good idea.

1. To do this, click on the **Add application’ button**. It will take you to the **add new application page**.
2. Enter a name and URL for the new application.
3. Click **Submit**

{% hint style="info" %}
Customers are unable to create applications at the moment. If you want multiple applications, contact your FoxMetrics Account Manager.
{% endhint %}

## **Editing an Application**

There are several reasons to want to edit an application. Maybe you have a better name for it, or you want to change the URL for the application.

**Steps to edit an application**

1. Click on the **edit application** icon. This will take you to the edit application page.

<div align="left"><img src="/files/-Md-1qNjkOhNGh-V4NOQ" alt="Screenshot of the edit application icon."></div>

&#x20;   2\. On the edit page, change the name or/ and URL of the application.

&#x20;   3\. Click ‘**Submit**’.

## Deleting an Application

There may be a need to delete an application, especially when it’s no longer useful. Once you delete an application, it will be removed from the system, and the dashboards and other data on it would be irretrievable.

#### **Steps to Delete an Application**

1. To delete an application, click on the delete option icon.&#x20;

<div align="left"><img src="/files/-Md-2g5dy1o70tscHORf" alt=""></div>

*You’ll be requested to confirm you’re deleting permanently.*

![](/files/-Md-4wdaHlDheCgf3XZQ)

&#x20;  2\. Click **Proceed** to delete the application.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.foxmetrics.com/getting-started/setting-up-an-account/managing-applications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
