# Anti-Patterns & Pitfalls

Due to flexible nature of FBL lots of the things can be handled in multiple way. This documentation will help to avoid usage of some patterns that may cause problems in future.

* [EJS Escape Syntax](https://github.com/FireBlinkLTD/fbl/tree/f9756916eccf77649a7bd0a3405c8400b0f68f42/docs/pitfalls/ejs-escape.md)
* [Share parameters in sequence](/pitfalls/sequence-share-parameters.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://fbl.fireblink.com/pitfalls.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.
