# Layers

- [Select layer](https://docs.flipabit.dev/layers/select-layer.md)
- [Change order, visibility and name](https://docs.flipabit.dev/layers/change-order-visibility-and-name.md)
- [Copy and paste](https://docs.flipabit.dev/layers/copy-and-paste.md)
- [Move layer](https://docs.flipabit.dev/layers/move-layer.md)
- [Resize layer](https://docs.flipabit.dev/layers/resize-layer.md)
- [Rotate layer](https://docs.flipabit.dev/layers/rotate-layer.md)
- [Align layers](https://docs.flipabit.dev/layers/align-layers.md)
- [Arrange layers](https://docs.flipabit.dev/layers/arrange-layers.md)
- [Navigation layer](https://docs.flipabit.dev/layers/navigation-layer.md): A guide to work with navigation layer that makes it very easy to add a navigation components to an app. This layer is called the Navigation.
- [Display page title](https://docs.flipabit.dev/layers/navigation-layer/display-page-title.md): Title provides context by letting people know what they’re looking at
- [Display Tab bar](https://docs.flipabit.dev/layers/navigation-layer/display-tab-bar.md): A tab bar provides the ability to quickly switch between different sections of an app.
- [Display Table of contents](https://docs.flipabit.dev/layers/navigation-layer/display-table-of-contents.md): Some apps may need to provide a way to make setup or configuration choices. The others apps need to display table of contents.
- [Display Back button](https://docs.flipabit.dev/layers/navigation-layer/display-back-button.md): The back button makes it easy to return to the previous or home location.
- [Next/Prev buttons](https://docs.flipabit.dev/layers/navigation-layer/next-prev-buttons.md): Next and Previous buttons provides the ability to navigate through pages of app.
- [Navigation actions](https://docs.flipabit.dev/layers/navigation-layer/navigation-actions.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.flipabit.dev/layers.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.
