> For the complete documentation index, see [llms.txt](https://albertlidesign.gitbook.io/ibeso/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://albertlidesign.gitbook.io/ibeso/gui/options-panel.md).

# Options Panel

![Options Panel](/files/4We3I7cBBjVTS6IrtyRl)

The options panel allows users to change the save path, smoothing option, random parameters and algorithms for four optimizers.

### Functions

<table><thead><tr><th width="150">Item</th><th>Function</th></tr></thead><tbody><tr><td>Save Path (Input Field)</td><td>Change the save path, which is related to the <a href="/pages/KsqV7GrTX2E0qnOW1apa">Save Button</a></td></tr><tr><td>Smoothing (Toggle)</td><td>Change to show smooth results or not</td></tr><tr><td>Minimum value (Slider)</td><td>Change the minimum value of the random range</td></tr><tr><td>Maximum value (Slider)</td><td>Change the maximum value of the random range</td></tr><tr><td>Random seed (Slider)</td><td>Change the random seed to obtain different random solutions within the same random range</td></tr><tr><td>Solution A (Dropdown)</td><td>Change the algorithm of the top-left optimizer</td></tr><tr><td>Solution B (Dropdown)</td><td>Change the algorithm of the top-right optimizer</td></tr><tr><td>Solution C (Dropdown)</td><td>Change the algorithm of the bottom-left optimizer</td></tr><tr><td>Solution D (Dropdown)</td><td>Change the algorithm of the bottom-right optimizer</td></tr><tr><td><img src="/files/88Tm1sClQyJz1qe6uPyM" alt="" data-size="line"> Return (Button)</td><td>Close the options panel without saving changes</td></tr><tr><td><img src="/files/B9qlM8wbo7fU4u9hm0T1" alt="" data-size="line"> Check (Button)</td><td>Save the changes and close the options panel</td></tr></tbody></table>


---

# 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://albertlidesign.gitbook.io/ibeso/gui/options-panel.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.
