> For the complete documentation index, see [llms.txt](https://docs.roamingiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roamingiq.com/network-administrator-console/managing-your-venues/view-and-modify-venue-details.md).

# View and Modify Venue Details

### How to Open Venue Details

The quickest way to open the Venue Details page is to find the Venue using the quick access table when you log in to the Network Operator Console. You can search for the Venue name in the "Filter" box, or click "Show More +," and scroll until you find your Venue. Once you've found it, click on the Venue to open the Venue Details Page.

Alternatively, from the Network Operator Console, you can click on "Venues," then click "View/Modify Venue," and select the Venue from the dropdown.

### How To Modify Venue Details

From here, you can modify most of the information you entered when you [created the venue](/network-administrator-console/creating-a-new-venue.md). This includes [Venue Details](/network-administrator-console/creating-a-new-venue/venue-details-general-information.md), [Venue E-mail Settings](/network-administrator-console/creating-a-new-venue/venue-details-configuration-options.md#venue-e-mail-settings), [VLAN Ranges](/network-administrator-console/creating-a-new-venue/venue-details-configuration-options.md#venue-vlan-ranges), and [Overlapping Subscription Settings](/network-administrator-console/creating-a-new-venue/overlapping-subscriptions.md). You may also view the [NAS-ID](/network-equipment/access-point-configuration-guides/what-youll-need.md) required by your Wi-Fi Controller, VAULT's Venue ID, and your External Venue ID, if applicable.

To submit your changes, click "Save Changes" at the bottom of the page.

### How to Modify Venue Settings

Using the tabs across the top of the Venue Details page, you may also modify a venue's available [service plans](/network-administrator-console/creating-a-new-venue/add-and-remove-service-plans-to-venue.md), [modify keypools](/network-administrator-console/creating-a-new-venue/add-a-keypool-to-a-venue.md), [add Venue Administrators](/network-administrator-console/creating-a-new-venue/add-venue-administrators-to-a-venue.md), [update or modify venue equipment](/network-administrator-console/creating-a-new-venue/add-equipment-to-a-venue.md), and modify [venue shopping cart](/network-administrator-console/creating-a-new-venue/configure-venue-shopping-cart.md) settings.


---

# 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://docs.roamingiq.com/network-administrator-console/managing-your-venues/view-and-modify-venue-details.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.
