> For the complete documentation index, see [llms.txt](https://userguide.wlanpi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.wlanpi.com/wlan-pi-os/network-info/making-your-own-namespace-configuration/managing-the-existing-configurations.md).

# Managing the existing configurations

The Namespaces configurations can be managed in the following ways.

1. Reset to Default. This will deactivate any active configurations and place all your interfaces in a default state within the root namespace. All other namespaces will be deleted.
2. Select Configurations. This will display all the available namespaces in a drop down list and allow you to select one
3. Namespace config controls
   1. The <img src="/files/1feCxka8PANQwaQWJMDB" alt="" data-size="line">button will actve the selected namespace
   2. The 'stop' button will deactive that namespace (only shows if active)
   3. The <img src="/files/RLfCM6viQW8pWgEARgRR" alt="" data-size="line">button will duplicate this configuration, allowing you to make minor edits
   4. The <img src="/files/F33Mcv4qWsLhbCQNXulP" alt="" data-size="line">button will delete the configuration
   5. The <img src="/files/Z7yYO4DeEeJdkGKD8oaI" alt="" data-size="line"> button will present the current configuration and allow you to adjust it (useful if a password is incorrectly entered)

<figure><img src="/files/xQEuImEbZJ3bn5nJ6Gb2" alt="" width="362"><figcaption></figcaption></figure>


---

# 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://userguide.wlanpi.com/wlan-pi-os/network-info/making-your-own-namespace-configuration/managing-the-existing-configurations.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.
