> For the complete documentation index, see [llms.txt](https://help.digits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.digits.com/firms-documents/tax-documents.md).

# Store and Track W-9s in Digits Vault

***

{% stepper %}
{% step %}

### Upload W-9s to Vault

1. Go to **Vault.**
2. Click **Upload Document** (top right) and select the W-9 file.
3. (Optional) Add a description or tags that match your naming conventions.
4. Click **Save**.

{% hint style="info" %}
**Tip:** :sparkles:Digits auto-recognizes and names common W-9 formats.
{% endhint %}
{% endstep %}

{% step %}

### Filter and find W-9s fast

1. In **Vault**, open **Filters**.
2. Set **Document Type = W-9** (or **1099**) to list just the forms you need.
3. Use **Search** (vendor name) or **Sort** (newest first) to narrow results.
   {% endstep %}

{% step %}

### Reflect W-9 Status in Vendors → Taxes

1. Open **Vendors** → **Taxes**.
2. Find the vendor and set **W-9 Status = W-9 Available**.
3. (If needed) Update **Entity Type** and mark **1099-qualified** transactions.\
   Note: Eligibility for 1099s is based on **Entity Type** and total **1099-qualified spend**.
   {% endstep %}
   {% endstepper %}

See: [Get Tax Ready with Digits: 1099s, W9s, & Year-End Prep](/firms-agentic-general-ledger/get-tax-ready.md) for more info.&#x20;

{% hint style="info" %}
**Best practices**

* Request W-9s during **onboarding** or once a vendor crosses your 1099 threshold.
* Store the most recent signed version; add the year in the file name for clarity.
* Link the W-9 to any internal checklist so reviewers can open it from context.
  {% endhint %}

***

### Frequently Asked Questions

<details>

<summary>Can I upload multiple W-9s for the same vendor?</summary>

Yes. Keep the most recent as primary and retain prior versions for audit history.

</details>

<details>

<summary>Where should I manage 1099 eligibility?</summary>

Use Vendors → Taxes to review 1099 status, W-9 status, Entity Type, and to mark 1099-qualified transactions.

</details>

***

{% columns %}
{% column width="66.66666666666666%" valign="middle" %}
Got a question or feedback? Our team is all ears—come say hello!
{% endcolumn %}

{% column width="33.33333333333334%" valign="middle" %}

<p align="center"><a href="https://portal.usepylon.com/digits/forms/get-in-touch-with-digits-support" class="button primary" data-icon="envelope-open-text">Contact Digits Support</a></p>
{% endcolumn %}
{% endcolumns %}

***


---

# 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://help.digits.com/firms-documents/tax-documents.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.
