# Further adjustments

Now that you learned about the main nedyx principles, this chapter provides a more playfully, less guided way to become more familiar about nedyx.

We will apply some changes now to our calculator. For this, first switch back to Edit mode by clicking on the Edit mode button <img src="/files/4VbUI7V0s88ycQDBbGqx" alt="" data-size="line">.

1. For the chart widget,
   * change the type from line chart to area chart
   * change the line thickness to 0
   * display only horizontal grid lines

![](/files/mzcWBiUIjRafzeDBrD0C)

2\. Change the name of the table widget from *table2* to *dataTable*.

**Note**: If widgets are used in formula, it is always helpful if they have spelling names.\
You can always easily rename your widgets. So the chart widget formula uses now the new name of the table widget.

3\. Change the name of page *Page1*, which you have previously created, to *CalcPage*.

**Note**: If you change the name of a page, all formulas that use that page are also automatically adjusted. You can check this in the Content formula of the data table:

**COMBINE**(<mark style="color:blue;">#CalcPage.year</mark>; <mark style="color:blue;">#CalcPage.contribution</mark>; <mark style="color:blue;">#CalcPage.totalValue</mark>; <mark style="color:blue;">#CalcPage.growth</mark>; *<mark style="color:orange;">horizontal</mark>*)

This completes the *Getting started* chapter. Feel free to learn more about nedyx, by creating your first own app, or extending an existing app. Use this online documentation to learn more about available functions and options in nedyx.


---

# 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.nedyx.com/version-1.66/nedyx/getting-started/further-adjustments.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.
