> For the complete documentation index, see [llms.txt](https://moss-6.gitbook.io/moss/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moss-6.gitbook.io/moss/offerings/settings-management.md).

# Settings Management

<figure><img src="/files/PQNXwW15A7bGjBahIYHL" alt=""><figcaption></figcaption></figure>

**Moss Platform's account and entitlement management homepage** is your command center for editing and managing project information, streamlining information aggregation, and crafting comprehensive digital enterprise profiles. It's designed to provide developers with the tools they need to maximize operational conversion results and tailor their project's presence to perfection.

**Key Features of the Homepage**:

* **Profile Customization**: Update your project details, including name, logo, type, and description, to reflect your brand's identity and mission.
* **Login to Moss**: Seamlessly input your NFT Domain and Wallet Address (MetaMask) for easy and secure access to the **Moss ecosystem**.
* **Official Links**: Connect your audience to your official website, Twitter, Discord, Telegram,

Medium, and any other custom social media profiles, all from one centralized location.

* **Announcements and Articles**: Utilize this space to highlight important information, announcements, and detailed articles that keep your subscribers informed and engaged.
* **Project Highlights**: Showcase significant milestones, achievements, or your project's roadmap, highlighting your journey and future plans.
* **Team Members**: Introduce your core team members with their names, avatars, and positions, fostering a sense of community and trust with your audience.
* **Events and Activities**: Display ongoing task activities and events to encourage subscriber participation and engagement.
* **Permission Management**: Efficiently set up sub-administrators within your team, configuring distinct permissions for each to enable collaborative work and effective platform management.

The **Moss Platform** is dedicated to empowering developers with the necessary tools and features to shape and enhance their project’s visibility and interaction within the Web3 space, creating a robust and dynamic digital presence.


---

# 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://moss-6.gitbook.io/moss/offerings/settings-management.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.
