> For the complete documentation index, see [llms.txt](https://docs.simplespa.net/simplespa-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplespa.net/simplespa-documentation/fundamentals/packages/managing-packages.md).

# Managing Packages

When creating a package, you can set the specifics of that package in the system including the services, the quantity (shortened to QTY) to credit, name, price, expiration and notes along with other settings listed listed bellow

<figure><img src="/files/tVIVjTOfZMwZ7dbydg6M" alt=""><figcaption><p>The Packages page in SimpleSpa</p></figcaption></figure>

## Adding Package

To add a package press the respective ![](/files/uJLMLpvpsxaU8txjBIB7) and from the popup you can build your package

<figure><img src="/files/XBnTrKggZoOYS3ff2TqC" alt=""><figcaption><p>The Add Package prompt after pressing the +Package button</p></figcaption></figure>

## Editing Package

To edit a package, press the ![](/files/Jia7f0r5wHk4OmLDacb9) button, the new popup will allow you to adjust price, qty, duration/expiration, description and the auto-deduct setting. Please note that Services cannot be added or removed from editing, and if you do require to add or remove services you will need to create a new package that will include a new set of services. Any changes made while editing will affect future packages i.e. if Package A has an original QTY set to 10 and it is sold to a client, editing the package and changing the QTY to 5 will not deduct from the package clients have on file (the same applies for expirations and price), changes affect transactions going forward

<figure><img src="/files/cEt2c3H7OstR5v8DvQwM" alt=""><figcaption><p>The Edit Package prompt after selecting a package to edit</p></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://docs.simplespa.net/simplespa-documentation/fundamentals/packages/managing-packages.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.
