# Sonderplan Docs
## Docs
- [Create Billable Item](https://docs.sonderplan.com/api-reference/billable-item/create-billable-item.md): `WRITE` access to the `SALES` module is required to access this endpoint
- [Delete Billable Item](https://docs.sonderplan.com/api-reference/billable-item/delete-billable-item.md): `WRITE` access to the `SALES` module is required to access this endpoint
- [Get Billable Items](https://docs.sonderplan.com/api-reference/billable-item/get-billable-items.md): Billable items can be added to bookings, quotes, and invoices as predefined entries with a fixed unit price.
- [Update Billable Item](https://docs.sonderplan.com/api-reference/billable-item/update-billable-item.md): `WRITE` access to the `SALES` module is required to access this endpoint
- [Bulk Bookings](https://docs.sonderplan.com/api-reference/booking/bulk-bookings.md): This endpoint implements Create, Update and Delete of bulk bookings. It is intended for *one time* import operations, or other use cases that require higher performance at the expense of notification and realtime update features.
- [Create Booking](https://docs.sonderplan.com/api-reference/booking/create-booking.md): `WRITE` access to the `SCHEDULE` module is required to access this endpoint The `bookingCreated` webhook will be fired when this endpoint has run successfullyTo avoid generating lots of undesired notifications, take care when creating or updating bookings and conside…
- [Delete Booking](https://docs.sonderplan.com/api-reference/booking/delete-booking.md): `WRITE` access to the `SCHEDULE` module is required to access this endpointTo avoid generating lots of undesired notifications, take care when creating or updating bookings and consider using the `notify_user_resources` option which can be used to silence notifications for end…
- [Get Booking Clashes](https://docs.sonderplan.com/api-reference/booking/get-booking-clashes.md): A booking clash is when one or more bookings overlap in time and (optionally) resources, which would create a double booking or scheduling conflict.
- [Get Bookings](https://docs.sonderplan.com/api-reference/booking/get-bookings.md): Bookings can be understood as time-based events (with start and end dates / times), which are typically represented on a calendar.
- [Lock Booking](https://docs.sonderplan.com/api-reference/booking/lock-booking.md): The Sonderplan user interface features a booking locking system that prevents accidental overwrites when multiple users are editing the same booking.
- [Unlock Booking](https://docs.sonderplan.com/api-reference/booking/unlock-booking.md): The Sonderplan user interface features a booking locking system that prevents accidental overwrites when multiple users are editing the same booking.
- [Update Booking](https://docs.sonderplan.com/api-reference/booking/update-booking.md): `WRITE` access to the `SCHEDULE` module is required to access this endpoint The `bookingEdited` webhook will be fired when this endpoint has run successfullyTo avoid generating lots of undesired notifications, take care when creating or updating bookings and consider…
- [Create Calendar Subscription](https://docs.sonderplan.com/api-reference/calendar-subscription/create-calendar-subscription.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Delete Calendar Subscription](https://docs.sonderplan.com/api-reference/calendar-subscription/delete-calendar-subscription.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Get Calendar Subscriptions](https://docs.sonderplan.com/api-reference/calendar-subscription/get-calendar-subscriptions.md): Sonderplan supports calendar subscriptions for both importing and exporting events, using the standard iCalendar format. This format is widely supported by popular calendar services like Google Calendar, Outlook, and Apple iCloud.
- [Update Calendar Subscription](https://docs.sonderplan.com/api-reference/calendar-subscription/update-calendar-subscription.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Create Contact](https://docs.sonderplan.com/api-reference/contact/create-contact.md): `WRITE` access to the `CONTACT` module is required to access this endpoint The `contactCreated` webhook will be fired when this endpoint has run successfullyUnlike virtually every other model, contact `id` **cannot be assumed to be unique. Use `uuid` instead.**
…
- [Delete Contact](https://docs.sonderplan.com/api-reference/contact/delete-contact.md): `WRITE` access to the `CONTACT` module is required to access this endpointUnlike virtually every other model, contact `id` **cannot be assumed to be unique. Use `uuid` instead.**
Contacts may be either people or organizations and these are stored in separate tables in…
- [Get Contacts](https://docs.sonderplan.com/api-reference/contact/get-contacts.md): You can create contacts for anyone you need to keep in touch with, such as your clients, suppliers, staff, or even resources.
- [Update Contact](https://docs.sonderplan.com/api-reference/contact/update-contact.md): `WRITE` access to the `CONTACT` module is required to access this endpoint The `contactEdited` webhook will be fired when this endpoint has run successfullyUnlike virtually every other model, contact `id` **cannot be assumed to be unique. Use `uuid` instead.**
<…
- [Create Custom Field](https://docs.sonderplan.com/api-reference/custom-field/create-custom-field.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Delete Custom Field](https://docs.sonderplan.com/api-reference/custom-field/delete-custom-field.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Get Custom Fields](https://docs.sonderplan.com/api-reference/custom-field/get-custom-fields.md): Custom fields are user-defined fields that let you capture additional information tailored to your organization’s specific needs. They can be added to bookings, projects, resources, contacts, quotes, and invoices, offering the flexibility to store and manage data not covered by the default fields.
- [Update Custom Field](https://docs.sonderplan.com/api-reference/custom-field/update-custom-field.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Create Group](https://docs.sonderplan.com/api-reference/group/create-group.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Delete Group](https://docs.sonderplan.com/api-reference/group/delete-group.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Get Groups](https://docs.sonderplan.com/api-reference/group/get-groups.md): In Sonderplan, a Group is a set of users who share the same permissions and access rights. Groups simplify user management by assigning roles and responsibilities collectively rather than individually.
- [Update Group](https://docs.sonderplan.com/api-reference/group/update-group.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Get Instance](https://docs.sonderplan.com/api-reference/instance/get-instance.md): Use this endpoint to retrieve meta and usage information about your Sonderplan instance
- [Create Invoice Template](https://docs.sonderplan.com/api-reference/invoice-template/create-invoice-template.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Delete Invoice Template](https://docs.sonderplan.com/api-reference/invoice-template/delete-invoice-template.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Get Invoice Templates](https://docs.sonderplan.com/api-reference/invoice-template/get-invoice-templates.md): An invoice (or quote) template is a customizable layout used to generate invoices and quotes with a consistent format and design.
- [Update Invoice Template](https://docs.sonderplan.com/api-reference/invoice-template/update-invoice-template.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Create Invoice](https://docs.sonderplan.com/api-reference/invoice/create-invoice.md): `WRITE` access to the `SALES` module is required to access this endpoint The `invoiceCreated` webhook will be fired when this endpoint has run successfully
- [Delete Invoice](https://docs.sonderplan.com/api-reference/invoice/delete-invoice.md): `WRITE` access to the `SALES` module is required to access this endpoint
- [Duplicate Invoice](https://docs.sonderplan.com/api-reference/invoice/duplicate-invoice.md): `WRITE` access to the `SALES` module is required to access this endpoint The `invoiceCreated` webhook will be fired when this endpoint has run successfully
- [Generate Invoice PDF](https://docs.sonderplan.com/api-reference/invoice/generate-invoice-pdf.md): Retrieves a PDF‐formatted version of an existing invoice.
- [Get Invoices](https://docs.sonderplan.com/api-reference/invoice/get-invoices.md): An invoice is a financial document issued to a client to request payment for services rendered or resources used.
- [Update Invoice](https://docs.sonderplan.com/api-reference/invoice/update-invoice.md): `WRITE` access to the `SALES` module is required to access this endpoint The `invoiceEdited` webhook will be fired when this endpoint has run successfully
- [Create Project](https://docs.sonderplan.com/api-reference/project/create-project.md): `WRITE` access to the `PROJECT` module is required to access this endpoint The `projectCreated` webhook will be fired when this endpoint has run successfully
- [Create Project Folder](https://docs.sonderplan.com/api-reference/project/create-project-folder.md): `WRITE` access to the `PROJECT` module is required to access this endpoint
- [Create Project Phase](https://docs.sonderplan.com/api-reference/project/create-project-phase.md): `WRITE` access to the `PROJECT` module is required to access this endpoint
- [Delete Project](https://docs.sonderplan.com/api-reference/project/delete-project.md): `WRITE` access to the `PROJECT` module is required to access this endpoint
- [Delete Project Folder](https://docs.sonderplan.com/api-reference/project/delete-project-folder.md): `WRITE` access to the `PROJECT` module is required to access this endpoint
- [Delete Project Phase](https://docs.sonderplan.com/api-reference/project/delete-project-phase.md): `WRITE` access to the `PROJECT` module is required to access this endpoint
- [Get Project Folders](https://docs.sonderplan.com/api-reference/project/get-project-folders.md): Project folders enable projects to be grouped and organized into one or more hierarchical levels.
- [Get Project Phases](https://docs.sonderplan.com/api-reference/project/get-project-phases.md): Projects are often divided into distinct phases, each associated with one or more deadlines. Project phases provide a way to visually organize and track your project's progress using phase markers and deadlines displayed on the Sonderplan Project Timeline.
- [Get Projects](https://docs.sonderplan.com/api-reference/project/get-projects.md): In Sonderplan a project represents a container for grouping related bookings, files, quotes and invoices. Projects allow users to organize their work by associating bookings with a specific purpose, client, or final deliverable (such as a movie or commercial).
- [Update Project](https://docs.sonderplan.com/api-reference/project/update-project.md): `WRITE` access to the `PROJECT` module is required to access this endpoint The `projectEdited` webhook will be fired when this endpoint has run successfully
- [Update Project Folder](https://docs.sonderplan.com/api-reference/project/update-project-folder.md): `WRITE` access to the `PROJECT` module is required to access this endpoint
- [Update Project Phase](https://docs.sonderplan.com/api-reference/project/update-project-phase.md): `WRITE` access to the `PROJECT` module is required to access this endpoint
- [Create Quote](https://docs.sonderplan.com/api-reference/quote/create-quote.md): `WRITE` access to the `SALES` module is required to access this endpoint The `quoteCreated` webhook will be fired when this endpoint has run successfully
- [Delete Quote](https://docs.sonderplan.com/api-reference/quote/delete-quote.md): `WRITE` access to the `SALES` module is required to access this endpoint
- [Duplicate Quote](https://docs.sonderplan.com/api-reference/quote/duplicate-quote.md): `WRITE` access to the `SALES` module is required to access this endpoint The `quoteCreated` webhook will be fired when this endpoint has run successfully
- [Generate Quote PDF](https://docs.sonderplan.com/api-reference/quote/generate-quote-pdf.md): Retrieves a PDF‐formatted version of an existing quote.
- [Get Quotes](https://docs.sonderplan.com/api-reference/quote/get-quotes.md): In Sonderplan, a quote is a detailed proposal that outlines the estimated costs for a project or set of bookings.
- [Update Quote](https://docs.sonderplan.com/api-reference/quote/update-quote.md): `WRITE` access to the `SALES` module is required to access this endpoint The `quoteEdited` webhook will be fired when this endpoint has run successfully
- [Create Rate Scheme](https://docs.sonderplan.com/api-reference/rate-scheme/create-rate-scheme.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Delete Rate Scheme](https://docs.sonderplan.com/api-reference/rate-scheme/delete-rate-scheme.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Get Rate Schemes](https://docs.sonderplan.com/api-reference/rate-scheme/get-rate-schemes.md): Rate schemes function like rate cards, allowing you to define costs and discounts for each resource. They can be tailored based on criteria such as date, time, client, or a combination of these.
- [Update Rate Scheme](https://docs.sonderplan.com/api-reference/rate-scheme/update-rate-scheme.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Create Resource](https://docs.sonderplan.com/api-reference/resource/create-resource.md): `WRITE` access to the `ADMIN` module is required to access this endpoint The `resourceCreated` webhook will be fired when this endpoint has run successfullyIf you are using Sonderplan on a **Flexible Billing** plan, creating resources will result in **additional char…
- [Delete Resource](https://docs.sonderplan.com/api-reference/resource/delete-resource.md): `WRITE` access to the `ADMIN` module is required to access this endpointIf you're using Sonderplan with a **Flexible Billing** plan, deleting resources will generate unused **time credits** for the resource. These credits will be automatically applied to your account and used towar…
- [Get Resources](https://docs.sonderplan.com/api-reference/resource/get-resources.md): In Sonderplan, resources refer to any item or entity that can be booked, such as rooms, people, equipment, or actions like recreation and sick leave.
- [Update Resource](https://docs.sonderplan.com/api-reference/resource/update-resource.md): `WRITE` access to the `ADMIN` module is required to access this endpoint The `resourceEdited` webhook will be fired when this endpoint has run successfully
- [Create Status](https://docs.sonderplan.com/api-reference/status/create-status.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Delete Status](https://docs.sonderplan.com/api-reference/status/delete-status.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Get Status](https://docs.sonderplan.com/api-reference/status/get-status.md): Statuses can be thought of as labels that indicate the current state or progress of a booking, helping users track and manage bookings by categorizing them based on their workflow stage. Examples include "Confirmed," "Tentative," "Cancelled," or custom statuses designed to suit your organization’s n…
- [Update Status](https://docs.sonderplan.com/api-reference/status/update-status.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Create Tax](https://docs.sonderplan.com/api-reference/tax/create-tax.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Delete Tax](https://docs.sonderplan.com/api-reference/tax/delete-tax.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Get Taxes](https://docs.sonderplan.com/api-reference/tax/get-taxes.md): In Sonderplan, taxes represent the percentage-based fees applied to line items within quotes, or invoices to comply with financial regulations. Taxes can be configured to reflect applicable rates, such as VAT, GST, or sales tax, depending on your location or business requirements.
- [Update Tax](https://docs.sonderplan.com/api-reference/tax/update-tax.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Create Time Activity](https://docs.sonderplan.com/api-reference/time-activity/create-time-activity.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Delete Time Activity](https://docs.sonderplan.com/api-reference/time-activity/delete-time-activity.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Get Time Activities](https://docs.sonderplan.com/api-reference/time-activity/get-time-activities.md): Time activities are predefined task categories that users can reference when logging time entries in the time-tracking system. By standardizing task types, predefined activities enhance reporting accuracy, providing insights into the specific work required to complete a project.
- [Update Time Activity](https://docs.sonderplan.com/api-reference/time-activity/update-time-activity.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Create Time Entry](https://docs.sonderplan.com/api-reference/time-entry/create-time-entry.md): `WRITE` access to the `ADMIN` module is required to access this endpointCurrently, only users with Administrative level have access to view, create and modify time entries for other users time entries.
All users are able to create, edit and delete their own time entries,…
- [Delete Time Entry](https://docs.sonderplan.com/api-reference/time-entry/delete-time-entry.md): `WRITE` access to the `ADMIN` module is required to access this endpointCurrently, only users with Administrative level have access to view, create and modify time entries for other users time entries.
All users are able to create, edit and delete their own time entries,…
- [Get Time Entries](https://docs.sonderplan.com/api-reference/time-entry/get-time-entries.md): Time activities are predefined task categories that users can reference when logging time entries in the time-tracking system.
- [Stop Time Entry](https://docs.sonderplan.com/api-reference/time-entry/stop-time-entry.md): `WRITE` access to the `ADMIN` module is required to access this endpointCurrently, only users with Administrative level have access to view, create and modify time entries for other users time entries.
All users are able to create, edit and delete their own time entries,…
- [Update Time Entry](https://docs.sonderplan.com/api-reference/time-entry/update-time-entry.md): `WRITE` access to the `ADMIN` module is required to access this endpointCurrently, only users with Administrative level have access to view, create and modify time entries for other users time entries.
All users are able to create, edit and delete their own time entries,…
- [Create User](https://docs.sonderplan.com/api-reference/user/create-user.md): `WRITE` access to the `ADMIN` module is required to access this endpointIf you are using Sonderplan on a **Flexible Billing** plan, creating users will result in **additional charges** (calculated pro rata) being automatically charged to your credit card.
- [Delete User](https://docs.sonderplan.com/api-reference/user/delete-user.md): `WRITE` access to the `ADMIN` module is required to access this endpointIf you're using Sonderplan with a **Flexible Billing** plan, deleting users will generate unused time credits for the user. These credits will be automatically applied to your account and used toward future inv…
- [Get Users](https://docs.sonderplan.com/api-reference/user/get-users.md): A user in Sonderplan is an individual with access to the platform, typically associated with an account used to manage bookings, resources, projects, create quotes and invoices, and perform administrative tasks.
- [Update User](https://docs.sonderplan.com/api-reference/user/update-user.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Create Workspace](https://docs.sonderplan.com/api-reference/workspace/create-workspace.md): `WRITE` access to the `ADMIN` module is required to access this endpoint The `scheduleCreated` webhook will be fired when this endpoint has run successfully
- [Delete Workspace](https://docs.sonderplan.com/api-reference/workspace/delete-workspace.md): `WRITE` access to the `ADMIN` module is required to access this endpoint
- [Get Workspaces](https://docs.sonderplan.com/api-reference/workspace/get-workspaces.md): A workspace (formerly known as a Schedule) is a collection of resources displayed in a timeline or calendar view on the Schedule, designed to help you manage and visualize resource usage.
- [Update Workspace](https://docs.sonderplan.com/api-reference/workspace/update-workspace.md): `WRITE` access to the `ADMIN` module is required to access this endpoint The `scheduleEdited` webhook will be fired when this endpoint has run successfully
- [API Clients](https://docs.sonderplan.com/en/admin/api-clients.md): Create and configure API clients to build custom applications using RESTful APIs, enabling flexible integration and development.
- [Booking Statuses](https://docs.sonderplan.com/en/admin/booking-statuses.md): Learn how Admins can create and manage custom booking statuses, complete with colour coding and notification settings to match your workflow.
- [Calendar Feeds & Subscriptions](https://docs.sonderplan.com/en/admin/calendar-subscriptions.md): Learn how to generate and subscribe to iCalendar feeds, enabling automatic synchronization of your schedule with external calendar applications.
- [Custom Fields](https://docs.sonderplan.com/en/admin/custom-fields.md): Extend Sonderplan’s data model to capture the unique information your team needs with flexible, user-defined custom fields.
- [Global Contact Settings](https://docs.sonderplan.com/en/admin/global-contact-settings.md): Configure settings related to Contacts for all Users
- [Global Project Settings](https://docs.sonderplan.com/en/admin/global-project-settings.md): Configure settings including the project code counter and notifications
- [Global Sales Settings](https://docs.sonderplan.com/en/admin/global-sales-settings.md): Configure settings related to Quotes and Invoices for all Users
- [Global Schedule Settings](https://docs.sonderplan.com/en/admin/global-schedule-settings.md): Configure settings including booking notifications, clash detection, and required fields to customise the scheduling experience to your team's needs.
- [Import Billable Items](https://docs.sonderplan.com/en/admin/import-billable-items.md): Sonderplan supports importing Billable Items from CSV files, allowing you to quickly bring existing Billable Items into your workspace
- [Import Services](https://docs.sonderplan.com/en/admin/import-services.md): Sonderplan supports importing Services from CSV files, allowing you to quickly bring existing Services into your workspace
- [Manage Project Folders](https://docs.sonderplan.com/en/admin/project-folders.md): Organise your projects into folders for better structure and easier navigation—create, rename, rearrange, and delete folders
- [Quote & Invoice Themes](https://docs.sonderplan.com/en/admin/quote-invoice-themes.md): Customize and brand your quotes and invoices with themes tailored to your business identity.
- [Resources](https://docs.sonderplan.com/en/admin/resources.md): Manage and organize bookable resources such as rooms, equipment, and personnel to streamline scheduling and maximize utilization.
- [Sales Taxes](https://docs.sonderplan.com/en/admin/sales-taxes.md): Define and manage sales tax rates to ensure accurate totals on quotes and invoices
- [SAML Single Sign On (SSO)](https://docs.sonderplan.com/en/admin/saml-sso-settings.md): Manage SAML Single Sign-On (SSO) integration for secure and seamless user access.
- [Subscription](https://docs.sonderplan.com/en/admin/subscription.md): Learn how to set up and manage your Sonderplan.com subscription, setup payment methods and activate automated recurring monthly or annual billing
- [System Settings](https://docs.sonderplan.com/en/admin/system-settings.md): Configure default system behaviors for your team
- [Users & Groups](https://docs.sonderplan.com/en/admin/users-groups.md): Invite your team, manage group access roles, and monitor user sessions
- [Workspaces](https://docs.sonderplan.com/en/admin/workspaces.md): Organize your resources, define region specific holidays and settings and manage user access effortlessly with Workspaces
- [Zapier Connector](https://docs.sonderplan.com/en/admin/zapier.md): Set up a new API client, integrate it with Zapier, and build a test Zap to automate workflows and streamline data connections.
- [Access Permissions](https://docs.sonderplan.com/en/bookings/access-permissions.md): The ability to view and modify a booking is calculated from a combination of group, schedule, project and individual permissions
- [Booking Basics](https://docs.sonderplan.com/en/bookings/basics.md): Allocating time for your resources is simple, but there are a few tips and tricks that unlock the full capabilities of Sonderplan
- [Export Bookings](https://docs.sonderplan.com/en/bookings/export-bookings.md): Learn how to export bookings to print, PDF, or Excel for easy sharing, reporting, or record-keeping.
- [Repeat Bookings](https://docs.sonderplan.com/en/bookings/repeat-bookings.md): Create bookings that recur automatically based on a defined schedule, useful for regular meetings, resource reservations, or any recurring work pattern
- [Resource Rates & Billable Items](https://docs.sonderplan.com/en/bookings/resource-rates-billable-items.md): Track project profitability by assigning buy/sell rates to resources and billable items—automatically calculate margins or customise costs for greater billing flexibility.
- [Schedule Interface](https://docs.sonderplan.com/en/bookings/schedule.md): The Schedule module helps you easily manage your daily, weekly, and monthly bookings. It's the main place where you allocate time to your resources and projects.
- [Schedule Keyboard Shortcuts](https://docs.sonderplan.com/en/bookings/shortcuts.md): Use keyboard shortcuts to speed up common actions on the Schedule
- [Import Contacts](https://docs.sonderplan.com/en/contacts/import-contacts.md): Sonderplan supports importing contacts from VCF (vCard) files, allowing you to quickly bring existing contact data into your workspace from address books, CRMs, or email clients.
- [Migrate from FoxOMS](https://docs.sonderplan.com/en/guides/migrate-from-foxoms.md): Learn how to migrate your team from FoxOMS to Sonderplan
- [Introduction](https://docs.sonderplan.com/en/introduction.md): Welcome to the Sonderplan User Documentation
- [Project Basics](https://docs.sonderplan.com/en/projects/basics.md): Quickly set up and manage every aspect of your project, centralising all the project metadata and attachments.
- [Project Rates](https://docs.sonderplan.com/en/projects/project-rates.md): Tailor service rates to your project’s specific resources for seamless, accurate billing
- [Quickstart](https://docs.sonderplan.com/en/quickstart.md): Start scheduling and managing projects with Sonderplan in under 5 minutes
- [Editor Interface](https://docs.sonderplan.com/en/quotes-invoices/editor.md): Design and dispatch polished quotes and invoices directly from Sonderplan, in one intuitive interface.
- [Export Formats](https://docs.sonderplan.com/en/quotes-invoices/export.md): Gain real-time insights with prebuilt and custom reports that show the resources, rates and billable items used to work on the project.
- [User Interface](https://docs.sonderplan.com/en/ui/general.md): Learn how Sonderplan’s unified interface works across the platform—from navigation and theme settings to real-time syncing and powerful filtering tools.
- [My Account](https://docs.sonderplan.com/en/ui/my-account.md): Manage your name, security credentials, user interface settings and notification preferences
## OpenAPI Specs
- [openapi-mintlify](https://docs.sonderplan.com/api-reference/openapi-mintlify.yaml)
## Optional
- [Website](https://www.sonderplan.com)
- [Get Support](mailto:support@sonderplan.com)