> For the complete documentation index, see [llms.txt](https://knowledge.maica.com.au/maica-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/integrations/xero-integration/support-item-configuration.md).

# Support Item Configuration

## How do I configure my Support Items to facilitate the Xero integration?&#x20;

{% hint style="info" %}
If you have not already set up your Xero Connection and Webhook, please do so before configuring your Support Items. Click [here](/maica-knowledge-base/maica-administration-guide/integrations/xero-integration.md) to learn how.
{% endhint %}

Once you have connected **Maica** and **Xero**, you then need to populate your Support Item records to facilitate the integration. This step is crucial in ensuring the integration executed effectively.&#x20;

So, to get started, head to a Support Item record.&#x20;

Scroll down to the `Xero Information` Section, as shown below.&#x20;

<figure><img src="/files/O3fJbgVUrIHUB5jXJenH" alt="" width="563"><figcaption></figcaption></figure>

There are three fields related to the Support Item that need to be populated, these include:&#x20;

<table><thead><tr><th width="339">Field </th><th>Description</th></tr></thead><tbody><tr><td><code>Xero Invoice Line Description</code></td><td>The description of the Support Item used where it appears on related Invoice Line Item records in Xero. This is the Support Item description that is provided to the customer. <br><br>If left null, <strong>Maica</strong> will automatically use the name of the associated Support Item. </td></tr><tr><td><code>Finance Account Code</code></td><td>The Xero General Ledger Account Code, i.e. Income or Revenue, that is applied to the Support Item. This field is used by Maica as part of the Xero integration and determines how the income is treated in your finance system.</td></tr><tr><td><code>Tax Type</code></td><td>The Xero Tax Rate applied to the Support Item from a finance perspective, i.e. GST on Income. This field is used by Maica as part of the Xero integration.</td></tr></tbody></table>

{% hint style="info" %}
For `Tax Type`, the default value is `GST Free Income`, you can change this to match your billing processes.&#x20;
{% endhint %}

{% hint style="success" %}
Ensure that these fields are populated for all your Support Items in order to facilitate the Xero Integration within **Maica**.&#x20;
{% 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, and the optional `goal` query parameter:

```
GET https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/integrations/xero-integration/support-item-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
