# 项目下应用管理

## 创建应用

1\. 在界面右上角单击 <img src="/files/-LsuPIbtjENP0zZy9KaU" alt="" data-size="line"> 选择项目概览，默认进入项目管理界面的项目概览页签。选择**应用管理**页签。

![](/files/-LuGi8TSewGNtA4Aha1K)

2\. 单击新建应用，弹出新建应用流程。

3.选择应用开发平台，输入应用名称。小程序需要需要输入小程序的唯一标识AppID。

![](/files/-Lt0ZeVzhGsAzyqL-6vp)

4\. 添加跟踪代码：请参考[SDK接入](/docs/developer-manual/sdkintegrated.md)

5\. 检测数据：完成SDK接入后，单击检测数据，成功后生成应用。

## 修改/删除应用

在**应用管理**页面，单击应用右侧的 <img src="/files/-LsyfkaafJ-8X2utJ9Bb" alt="" data-size="line"> 选择编辑应用信息，修改信用信息。

| 参数           | 说明                                    | 应用平台        |
| ------------ | ------------------------------------- | ----------- |
| 上传图标         | 支持JPEG、PNG、GIF格式，图片大小不超过200KB，宽高比1：1。 | iOS、Android |
| 应用名称         | 修改GrowingIO平台上的应用名称。                  | ALL         |
| 应用显示名称       | 修改唤起应用时的应用名称。                         | iOS、Android |
| 应用下载地址       | 填写应用的下载地址。                            | iOS、Android |
| 应用包名、Web URL | 可查看、不支持修改。                            | ALL         |


---

# 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://growingio.gitbook.io/docs/product-manual/sysmanage/projectmange/application-manage.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.
