> 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/parameter-panel.md).

# Parameter Panel

![Parameter Panel](/files/axDHRAdJoPD4xHy896yl)

The parameter panel allows users to adjus optimization parameters including resolution, filter radius, target volume, Young's modulus, and so on.

### Functions

<table><thead><tr><th width="288.57142857142856">Slider</th><th>Function</th></tr></thead><tbody><tr><td>Resolution X (Slider)</td><td>Change the number of elements in the X direction</td></tr><tr><td>Resolution Y (Slider)</td><td>Change the number of elements in the Y direction</td></tr><tr><td>Filter radius (Slider)</td><td>Change the size of the filter during optimization</td></tr><tr><td>Target volume (Slider)</td><td>Change the target volume fraction</td></tr><tr><td>Young's modulus (Slider)</td><td>Change the <a href="https://en.wikipedia.org/wiki/Young%27s_modulus">Young's modulus</a></td></tr><tr><td>Poisson's ratio (Slider)</td><td>Change the <a href="https://en.wikipedia.org/wiki/Poisson%27s_ratio">Poisson's ratio</a></td></tr><tr><td>Scoring weight (Slider)</td><td>Change the weight of subjective scores</td></tr><tr><td>Drawing weight (Slider)</td><td>Change the weight of drawing graphs</td></tr><tr><td><img src="/files/88Tm1sClQyJz1qe6uPyM" alt="" data-size="line"> Return (Button)</td><td>Close the parameter 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 parameter 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/parameter-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.
