> For the complete documentation index, see [llms.txt](https://docs.walnutai.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walnutai.ai/getting-started/managing-your-profile-and-assets/admin-settings.md).

# Admin Settings

Admin Settings provides high-level organizational controls and is accessible only to users with Admin privileges. This area allows you to manage the foundational structure of your Walnut environment.

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

**What You Can Do in Admin Settings**

With Admin access, you have the authority to perform the following actions:

1. Manage Organization Controls: Configure organization-wide settings that affect all users and projects, ensuring consistent policies and governance.
2. Define Roles & Permissions: Create custom roles and assign granular permissions that determine what each user can view, create, edit, or delete within the platform.
3. Create Projects: Set up new projects and define their associated workflows, ensuring teams have the proper structure to organize their testing activities.
4. Configure Action Items: Establish the framework for tracking work, including custom fields, statuses, and priorities for Epics, Features, User Stories, Defects, and Tasks.

{% hint style="info" %}
Admin Settings is your gateway to maintaining a well-organized, secure, and efficient testing environment for your entire organization.
{% endhint %}


---

# 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://docs.walnutai.ai/getting-started/managing-your-profile-and-assets/admin-settings.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.
