# Function Signature

<figure><img src="/files/wsICCDF6NmTuMTnxpQqu" alt="" width="476"><figcaption></figcaption></figure>

The function signature panel can be used to edit various properties of your own functions, and displays info about the currently opened function.

## Change the order of your inputs and outputs

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRdFpuRAnTVYgmlCXLLou%2Fuploads%2FbXMmluGZj2XNSIqjJtm5%2FClipboard-20250331-183135-224.mp4?alt=media&token=65d412a8-13e6-4756-901e-95c60d96e53d>" %}

## Add documentation&#x20;

Documentation can be added by clicking the **Click to edit** button in the bottom right corner of the function signature panel. This field supports markdown.


---

# 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.midio.com/midio-docs/reference/overview/function-signature.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.
