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

# Tax reporting

> Collect and report tax on rental income for landlords who live abroad.

export const OverflowMenu = () => {
  return <span>overflow menu (•••)</span>;
};

HM Revenue & Customs requires you to collect tax on rental income for landlords who live abroad. Yorlet automatically tracks the tax collected on behalf of your non-resident landlords and prepares the forms you need to report and pay it, under the Non-resident Landlord (NRL) scheme.

## Set up tax reporting

Before you can file, add your scheme details in the Dashboard.

To configure tax reporting, follow these steps:

1. Go to your [tax reporting settings](https://dashboard.yorlet.com/settings/owners/tax-reporting).
2. Enter your **Reference number**. This is your HMRC reference number for tax reporting.
3. Enter your **Signature**. This is the digital signature used on your tax filings.
4. Click **Save**.

### Route non-resident tax collections

You can choose which owner account receives the tax you collect from non-resident landlords. In your [routing settings](https://dashboard.yorlet.com/settings/owners/routing), under **Non resident tax collections**, select the owner to route these collections to. If you leave it empty, they are routed to your platform account.

<Note>
  Yorlet identifies non-resident landlords from the tax residency you set on the landlord's owner account. Learn more about [account types](/owners/accounts).
</Note>

## Tax forms

Yorlet generates a tax form for each report you need to submit. You can view and manage them on the [Tax forms page](https://dashboard.yorlet.com/owners/tax-forms).

Tax forms are organised into tabs by status:

* **Needs attention**: the form has outstanding items before it can be filed.
* **Ready**: the form is ready to be filed.
* **Filed**: the form has been submitted.

Yorlet produces the following form types:

| Type   | Description                                                            |
| :----- | :--------------------------------------------------------------------- |
| `NRL6` | The annual certificate provided to each landlord showing tax deducted. |
| `NRLQ` | The quarterly return of tax collected.                                 |
| `NRLY` | The annual return of tax collected.                                    |

## View and download a tax form

To view a tax form, select it from the [Tax forms page](https://dashboard.yorlet.com/owners/tax-forms). The form shows its type, period, the owner it relates to, and the amounts **Collected** and **Refunded**.

To download a copy of the form, click **Download report**.

## Delete a tax form

<Info>
  You can only delete a tax form that has not been filed.
</Info>

To delete a tax form, follow these steps:

1. Navigate to the tax form you want to delete.
2. Use the <OverflowMenu /> and select **Delete**.
