# How To

- [Custom Auth](https://docs.adapptio.com/working-with-adapptio/how-to/custom-auth.md): Custom users authentication against own authority using a JWT token as Bearer authentication.
- [Action Logic](https://docs.adapptio.com/working-with-adapptio/how-to/action-logic.md)
- [Transform Node](https://docs.adapptio.com/working-with-adapptio/how-to/action-logic/transform-node.md)
- [UI Logic](https://docs.adapptio.com/working-with-adapptio/how-to/ui-logic.md)
- [Logout](https://docs.adapptio.com/working-with-adapptio/how-to/ui-logic/logout.md)
- [Conditional Render](https://docs.adapptio.com/working-with-adapptio/how-to/ui-logic/conditional-render.md)
- [One Of](https://docs.adapptio.com/working-with-adapptio/how-to/ui-logic/one-of.md)
- [Data & Dynamic values](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values.md)
- [Custom Variable](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/custom-variable.md)
- [Data from Action](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/data-from-action.md)
- [Dynamic Value](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/dynamic-value.md)
- [Change Value from Event](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/change-value-from-event.md)
- [Loading Data from Action to Form](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/loading-data-from-action-to-form.md)
- [Sending Data to Action from a Form](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/sending-data-to-action-from-a-form.md)
- [Server-side Dropdown Autocompletion](https://docs.adapptio.com/working-with-adapptio/how-to/data-and-dynamic-values/server-side-dropdown-autocompletion.md): You can
- [Visual](https://docs.adapptio.com/working-with-adapptio/how-to/visual.md)
- [Styling Icon Button](https://docs.adapptio.com/working-with-adapptio/how-to/visual/styling-icon-button.md)
- [Layouts](https://docs.adapptio.com/working-with-adapptio/how-to/layouts.md)
- [Centered Box](https://docs.adapptio.com/working-with-adapptio/how-to/layouts/centered-box.md)
- [Header & Sidebar Layout](https://docs.adapptio.com/working-with-adapptio/how-to/layouts/header-and-sidebar-layout.md)
- [Grid Form Layout](https://docs.adapptio.com/working-with-adapptio/how-to/layouts/grid-form-layout.md)
- [Stretched Layout in Row](https://docs.adapptio.com/working-with-adapptio/how-to/layouts/stretched-layout-in-row.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.adapptio.com/working-with-adapptio/how-to.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.
