> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/owners-playbook/build-your-club/company-settings.md).

# Company Settings

## Search

The Company Settings search bar lets you find any setting across all tabs without knowing which tab it lives on. Type a keyword and matching settings appear inline — ready to edit without switching tabs.

## Where to find search

* Open **Company Settings**
* The search bar is at the top of the page, above the tab navigation

\[SCREENSHOT NEEDED: Company Settings page showing the search bar above the General / Booking / Appearance / etc. tabs]

## How to search

* Click the search bar and start typing
* Results update as you type — no need to press Enter
* Matching settings are grouped by **Tab › Section** so you can see where each setting normally lives
* Edit any setting directly in the search results — changes are saved the same way as normal (click **Save** when done)

\[SCREENSHOT NEEDED: Search results view showing grouped settings with Tab › Section breadcrumbs and a match counter]

## Match counter

A counter above the results shows how many text matches were highlighted on screen for your search term (for example: **4 matches for "tags"**). This reflects the number of highlighted label occurrences — not the number of setting cards shown. A setting found by synonym or description may appear in results with no highlighted text.

## Clear search

* Click the **×** in the search bar, or delete the text
* The tab view returns immediately

## Tips

* Search works across all tabs including Booking, Appearance, Integrations, and more
* If you know part of a setting name, that's enough — search is a substring match
* Common synonyms are indexed (for example: searching "magic link" finds the Passwordless Login Method setting)

## Saving changes made in search

Settings edited in search results are part of the same save flow as the rest of Company Settings. Click **Save** when you're done making changes — whether in search results or in the normal tab view.


---

# 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.podplay.app/owners-playbook/build-your-club/company-settings.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.
