> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/integrations/integrations/billit/set-up-billit.md).

# Set up Billit

Connect **OutSmart** to **Billit** before you configure imports or exports.

You sign in through the Billit login page.

### Before you start

Make sure the **Billit** integration is active in the **License Manager**.

Set existing work orders to **Handled** before you connect.

This helps prevent old work orders from exporting by accident.

{% stepper %}
{% step %}

### Open Software integrations

Go to **Settings → General → Software integrations**.

Open **Billit**.

Open **Settings**.
{% endstep %}

{% step %}

### Open the settings

Click **Open settings**.

If Billit is not connected yet, the login flow starts.
{% endstep %}

{% step %}

### Sign in to Billit

Log in with your Billit account.

Then allow OutSmart to access your data.
{% endstep %}

{% step %}

### Return to OutSmart

After login, OutSmart opens the Billit settings again.

You can then review the available options.
{% endstep %}

{% step %}

### Configure imports and exports

Choose which data should import into OutSmart.

Then choose how completed work orders should export.
{% endstep %}

{% step %}

### Save the setup

Click **Save**.

Your connection and settings are then stored.
{% endstep %}
{% endstepper %}

### Before you save

Check these points first:

* the **Billit** license is active
* old work orders are set to **Handled** if needed
* the import and export options match your process

### Frequently asked questions

<details>

<summary>What happens if the connection expires?</summary>

The settings page shows this message:

`Authentication expired. Reconnect the integration to sync data.`

Use the power icon in the log panel to disconnect.

Then connect Billit again through the login page.

</details>

<details>

<summary>Can I reconnect to a different Billit account?</summary>

Yes.

Disconnect the integration first.

Then sign in with the other Billit account.

</details>

<details>

<summary>How do I know the connection works?</summary>

After login, the Billit settings page opens again.

The log panel on the right also shows sync activity.

</details>

### Related topics

* [**Billit**](/integrations/integrations/billit.md)
* [**What is Billit?**](/integrations/integrations/billit/what-is-billit.md)
* [**Set up a software integration**](/integrations/integrations/set-up-a-software-integration.md)


---

# 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.out-smart.com/integrations/integrations/billit/set-up-billit.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.
