# Core Services

- [Session Service](https://docs.umbcheckout.net/core-services/session-service.md): A service to handle the Get, Update and Clearing of the Session
- [Database Service](https://docs.umbcheckout.net/core-services/database-service.md): A service which handles storing of the Basket in the database
- [Basket Service](https://docs.umbcheckout.net/core-services/basket-service.md): A service which handles all things around the basket
- [Object Reference](https://docs.umbcheckout.net/core-services/object-reference.md)
- [Basket](https://docs.umbcheckout.net/core-services/object-reference/basket.md)
- [Customer](https://docs.umbcheckout.net/core-services/object-reference/customer.md)
- [UmbCheckoutMetaData](https://docs.umbcheckout.net/core-services/object-reference/umbcheckoutmetadata.md)
- [UmbCheckoutSession](https://docs.umbcheckout.net/core-services/object-reference/umbcheckoutsession.md)
- [LineItem](https://docs.umbcheckout.net/core-services/object-reference/lineitem.md)
- [UmbCheckoutConfiguration](https://docs.umbcheckout.net/core-services/object-reference/umbcheckoutconfiguration.md)
- [MultiUrlPicker](https://docs.umbcheckout.net/core-services/object-reference/multiurlpicker.md)
- [Cookies](https://docs.umbcheckout.net/core-services/cookies.md)
- [Addons](https://docs.umbcheckout.net/core-services/addons.md)
- [Database Service](https://docs.umbcheckout.net/core-services/addons/database-service.md): A service which handles storing of the Basket in the database
- [Property Editors](https://docs.umbcheckout.net/core-services/property-editors.md)
- [MetaData Property Editor](https://docs.umbcheckout.net/core-services/property-editors/metadata-property-editor.md)


---

# Agent Instructions: 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://docs.umbcheckout.net/core-services.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.
