# Integrations

**Code** service account is a function provider. By connecting to a provider, you can use its functions from CodeMash. By default, when you enable code service, default CodeMash provider is added which allows you to use CodeMash implemented functions or create your own custom functions.

## Function providers

You might want to add your own provider account with your own functions. This has its own benefits such as an easier development environment (provided web code editors or integrated deployment options). The following are the supported function providers which you can use from CodeMash.

1. CodeMash built-in
2. Aws Lambda
3. Google Cloud Functions
4. Azure Functions

How to setup each of them, follow the links below.

{% content-ref url="/pages/-M7kwdhZJJIMbcdXlYKj" %}
[AWS Lambda](/dashboard/code/integrations/aws-lambda.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M7kwk1\_resSBib2tdKn" %}
[Google Cloud Functions](/dashboard/code/integrations/google-cloud-functions.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M7kwjpazNCnm7Eh135k" %}
[Azure Functions](/dashboard/code/integrations/azure-functions.md)
{% endcontent-ref %}


---

# 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.codemash.io/dashboard/code/integrations.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.
