> For the complete documentation index, see [llms.txt](https://support.caspen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.caspen.com/practice-setup/update-practice-profile.md).

# Update practice profile

## Overview

Update a location’s details, opening hours, address, and what can be booked there. You can also control which services and practitioners are available at each location.

***

## Update location details

1. Go to **Settings → Locations**.
2. Select the location you want to update (click the location name, or go to **Actions → Edit**).
3. Open the **Edit** tab.
4. Update any of the following fields as needed:
   * Name
   * Description
   * Logo
   * Featured image
   * Email
   * Phone
   * Timezone
   * Opening hours
   * Address
5. Click **Save**.

Note: Opening hours are shown on online booking location pages for display. Appointment times are based on practitioner availability.

***

### Update services available at a location

1. Open the location profile.
2. Select the **Services** tab.
3. Turn services on or off for that location.

***

### Update practitioners available at a location

1. Open the location profile.
2. Select the **Practitioners** tab.
3. Turn practitioners on or off for that location.

***

### Update classes available at a location

If your workspace uses classes, you can manage them from the **Classes** tab in the location profile.


---

# 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://support.caspen.com/practice-setup/update-practice-profile.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.
