> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crafter.net.tr/llms.txt
> Use this file to discover all available pages before exploring further.

# E-Invoicing Settings

> Configure automated tax and e-invoicing integrations for store sales.

The Crafter Invoice module enables automated e-invoice and legal e-archive generation for all store transactions and credit top-ups through service integrations like BirFatura.

Navigate to [Dashboard > Settings > Invoice](https://app.crafter.net.tr/tr/dashboard/settings/invoice) to link your invoicing account.

<Frame caption="Invoicing & BirFatura Setup Interface">
  <img src="https://mintcdn.com/crafter/7HNbNJS4_hr17Tcv/images/a698310f-b8c4-4adf-81a0-913bff7314ba.png?fit=max&auto=format&n=7HNbNJS4_hr17Tcv&q=85&s=39cf42ebc78afd5ce1563de571f9dbe2" alt="Invoicing Setup" width="1860" height="949" data-path="images/a698310f-b8c4-4adf-81a0-913bff7314ba.png" />
</Frame>

***

## Setup & Configuration

<Steps>
  <Step title="Enable Invoicing Service">
    Toggle on the invoice service switch in the top right corner.
  </Step>

  <Step title="Select Service Provider">
    Choose `BirFatura` from the provider dropdown.
  </Step>

  <Step title="Paste API Token">
    Copy your secret API Token from your BirFatura dashboard and paste it into the **API Password / Token** field.
  </Step>

  <Step title="Configure Webhook Endpoint">
    Add the Crafter dispatch webhook URL to your provider panel:

    ```text theme={null}
    https://api.crafter.net.tr/birfatura/api/orders
    ```
  </Step>

  <Step title="Save">
    Click **Save** to activate automatic billing.
  </Step>
</Steps>
