# Options

### Simplio3D API - Options Endpoints Overview

Simplio3D API provides a comprehensive set of endpoints to manage product options efficiently. The Options endpoints allow you to:

* **List Options**: Retrieve a list of all available options for a product. This is useful to display configurable options to end-users.
* **Get Option Details**: Access detailed information about a specific option, including prices, dependencies, and restrictions.
* <mark style="color:red;">**\[Dashboard API]**</mark>**&#x20;Create an Option**: Add a new option to a product by specifying attributes such as type, values, and pricing details.
* <mark style="color:red;">**\[Dashboard API]**</mark>**&#x20;Update an Option**: Modify an existing option's properties, including updating values or changing display settings.
* <mark style="color:red;">**\[Dashboard API]**</mark>**&#x20;Delete an Option**: Remove an option from a product, ensuring it is no longer available for selection.

These endpoints ensure that you can manage product customizations dynamically and provide a tailored user experience.


---

# 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.simplio3d.com/api-reference/open-api/options.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.
