# Fundamentals

- [Create a New Request](https://docs.getlaika.app/docs/fundamentals/create-a-new-request.md): How to create new requests for your contracts in Laika.
- [Sharing Imports](https://docs.getlaika.app/docs/fundamentals/sharing-imports.md): Importing/Exporting Requests within Laika
- [Laika Utilities](https://docs.getlaika.app/docs/fundamentals/laika-utilities.md): Helping your dev journey be a little easier!
- [Create a Note](https://docs.getlaika.app/docs/fundamentals/laika-utilities/create-a-note.md)
- [Code Snippets](https://docs.getlaika.app/docs/fundamentals/laika-utilities/code-snippets.md)
- [Converters](https://docs.getlaika.app/docs/fundamentals/laika-utilities/converters.md)
- [Laika Scenarios](https://docs.getlaika.app/docs/fundamentals/laika-scenarios.md): The Multi-call Powerhouse Tool
- [Laika Environments](https://docs.getlaika.app/docs/fundamentals/laika-environments.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.getlaika.app/docs/fundamentals.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.
