> For the complete documentation index, see [llms.txt](https://docs.coherent.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherent.global/assistant/mapper/tables-as-inputs-and-outputs.md).

# Tables as Inputs & Outputs

It is possible to use tables as inputs and outputs through Mapper. There are some restrictions and details that might be a little different than your usual table, but mainly it is as easy as selecting a range and adding it through the Mapper.

1. Navigate to the **Mapper** application.
2. Select a range that consists of multiple cells. Make sure that the top left cell of your selection is not empty. Otherwise, the mapper won't detect your selection.
3. Click on **Add Selected** to add your input/output.

{% hint style="info" %}
Table inputs and outputs automatically get the address of the range as their name, you can change this through the taskpane or the Name Manager.
{% endhint %}

### What separates table input from table output

The mapper automatically determines whether a range is input or output by checking the bottom-right cell of the selection. Note that, you can always move inputs and outputs up and down to change an input to an output, or vice versa.

<figure><img src="/files/Nueo1loU8TzYDkiFNykw" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For more details about mapping inputs and outputs, please check out [How to: Map inputs and outputs](/build-spark-services/map-inputs-and-outputs.md)
{% endhint %}


---

# 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 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.coherent.global/assistant/mapper/tables-as-inputs-and-outputs.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.
