# Miscellaneous

- [Blocks Specifics](https://docs.cwicly.com/miscellaneous/blocks-specifics.md)
- [Icon Selector](https://docs.cwicly.com/miscellaneous/icon-selector.md)
- [Trailing Slash](https://docs.cwicly.com/miscellaneous/trailing-slash.md)
- [Units](https://docs.cwicly.com/miscellaneous/units.md)
- [Default Units](https://docs.cwicly.com/miscellaneous/units/default-units.md)
- [Code Snippets](https://docs.cwicly.com/miscellaneous/code-snippets.md): Here are a few useful code snippets to use with Cwicly
- [Shortcuts](https://docs.cwicly.com/miscellaneous/shortcuts.md)
- [Actions](https://docs.cwicly.com/miscellaneous/actions.md)
- [Filters](https://docs.cwicly.com/miscellaneous/filters.md)
- [Browser Console](https://docs.cwicly.com/miscellaneous/browser-console.md): When faced with a problem using Cwicly, one invaluable tool to assist us in unraveling the situation is your browser's developer (or JavaScript) console.


---

# 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.cwicly.com/miscellaneous.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.
