> For the complete documentation index, see [llms.txt](https://growingio.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://growingio.gitbook.io/docs/product-manual/sysmanage/projectmange.md).

# 项目管理

- [项目概览](https://growingio.gitbook.io/docs/product-manual/sysmanage/projectmange/details.md)
- [项目下应用管理](https://growingio.gitbook.io/docs/product-manual/sysmanage/projectmange/application-manage.md): 应用即区分不同软件行为数据存储的单元，一个应用对应一个已加载SDK的软件工程。
- [项目下成员管理](https://growingio.gitbook.io/docs/product-manual/sysmanage/projectmange/project-member.md)
- [IP及域名数据过滤](https://growingio.gitbook.io/docs/product-manual/sysmanage/projectmange/blacklist.md)
- [爬虫预防](https://growingio.gitbook.io/docs/product-manual/sysmanage/projectmange/crawler.md)
- [UTM映射管理](https://growingio.gitbook.io/docs/product-manual/sysmanage/projectmange/utm-map.md): 在复杂的跨部门/跨渠道/跨场景获客，渠道参数值不统一的情况下，增强获客来源分析的可用性和可解读性。
- [API Token管理](https://growingio.gitbook.io/docs/product-manual/sysmanage/projectmange/api-token.md)
- [获取项目UID](https://growingio.gitbook.io/docs/product-manual/sysmanage/projectmange/get-uid.md): 在项目的任意页面获取项目UID。


---

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