# Tarmac

## Tarmac

- [Introduction](https://tarmac.gitbook.io/tarmac-framework/readme.md)
- [Multi-Function Services](https://tarmac.gitbook.io/tarmac-framework/functions/multi-function-services.md): Configure multi-function services as well as multi-service instances.
- [Supported Languages](https://tarmac.gitbook.io/tarmac-framework/writing-functions/supported-languages.md): What languages are known to work with Tarmac.
- [Go](https://tarmac.gitbook.io/tarmac-framework/writing-functions/go.md): Creating a WASM Function in Go.
- [Rust](https://tarmac.gitbook.io/tarmac-framework/writing-functions/rust.md): Creating a WASM Function in Rust.
- [Callbacks](https://tarmac.gitbook.io/tarmac-framework/capabilities/callbacks.md): Powered by Web Assembly Procedure Calls
- [Functions](https://tarmac.gitbook.io/tarmac-framework/capabilities/functions.md): Function to Function calls
- [Logger](https://tarmac.gitbook.io/tarmac-framework/capabilities/logger.md): Standard logging capabilities
- [Metrics](https://tarmac.gitbook.io/tarmac-framework/capabilities/metrics.md): Custom Metrics for WASM Functions
- [Key:Value Datastore](https://tarmac.gitbook.io/tarmac-framework/capabilities/key-value-store.md): Store and Retrieve data from a Key:Value datastore
- [SQL Datastore](https://tarmac.gitbook.io/tarmac-framework/capabilities/sql.md): Store and Retrieve data from a SQL datastore
- [HTTP Client](https://tarmac.gitbook.io/tarmac-framework/capabilities/http-call.md): Make HTTP requests with a simple HTTP client
- [Configuration](https://tarmac.gitbook.io/tarmac-framework/running-tarmac/configuration.md): Configuring Tarmac
- [BoltDB](https://tarmac.gitbook.io/tarmac-framework/running-tarmac/configuration/boltdb.md): Configuring Tarmac with BoltDB
- [Redis](https://tarmac.gitbook.io/tarmac-framework/running-tarmac/configuration/redis.md): Configuring Tarmac with Redis
- [Cassandra](https://tarmac.gitbook.io/tarmac-framework/running-tarmac/configuration/cassandra.md): Configuring Tarmac with Cassandra
- [Datastores](https://tarmac.gitbook.io/tarmac-framework/running-tarmac/datastores.md)
- [Key:Value](https://tarmac.gitbook.io/tarmac-framework/running-tarmac/datastores/kvstore.md): Selecting a KV Store
- [SQL](https://tarmac.gitbook.io/tarmac-framework/running-tarmac/datastores/sql.md): Selecting a SQL Datastore
- [Logging](https://tarmac.gitbook.io/tarmac-framework/running-tarmac/logging.md): Logging options of Tarmac
- [Monitoring](https://tarmac.gitbook.io/tarmac-framework/running-tarmac/metrics.md): Monitoring Tarmac with Prometheus Metrics
- [Troubleshooting Performance](https://tarmac.gitbook.io/tarmac-framework/running-tarmac/profiling.md): Profiling a running Tarmac instance


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://tarmac.gitbook.io/tarmac-framework/readme.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.
