# Learn AssemblyLift

- [Getting Started](https://docs.assemblylift.akkoro.io/learn-assemblylift/getting-started.md)
- [Services](https://docs.assemblylift.akkoro.io/learn-assemblylift/services.md): An overview of Services
- [Functions](https://docs.assemblylift.akkoro.io/learn-assemblylift/services/functions.md): Defining a Function within a Service
- [Authorizers](https://docs.assemblylift.akkoro.io/learn-assemblylift/services/authorizers.md): Defining a Function Authorizer within a Service
- [IOmod Dependencies](https://docs.assemblylift.akkoro.io/learn-assemblylift/services/iomod-dependencies.md): Defining a dependency on an IO Module
- [Functions](https://docs.assemblylift.akkoro.io/learn-assemblylift/functions.md): An overview of Functions
- [Rust Functions](https://docs.assemblylift.akkoro.io/learn-assemblylift/functions/rust-functions.md): Authoring a Function in the Rust programming language
- [IO Modules](https://docs.assemblylift.akkoro.io/learn-assemblylift/io-modules.md)
- [Registry](https://docs.assemblylift.akkoro.io/learn-assemblylift/io-modules/registry.md)
- [User Terraform](https://docs.assemblylift.akkoro.io/learn-assemblylift/user-terraform.md)
- [Providers](https://docs.assemblylift.akkoro.io/learn-assemblylift/providers.md)
- [How to Build](https://docs.assemblylift.akkoro.io/learn-assemblylift/how-to-build.md)
- [How to Deploy](https://docs.assemblylift.akkoro.io/learn-assemblylift/how-to-deploy.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.assemblylift.akkoro.io/learn-assemblylift.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.
