# Add Company Card

Add a company card for internal tracking (e.g., fuel, expenses). Not used for direct system payments.

#### Fields

<table><thead><tr><th width="200">Field</th><th width="90" align="center">Required</th><th>Description</th></tr></thead><tbody><tr><td>Card Type</td><td align="center">✅</td><td>Debit / Credit</td></tr><tr><td>Bank Name</td><td align="center">Optional</td><td>Optional, only if tied to a bank</td></tr><tr><td>Card Number</td><td align="center">✅</td><td>Masked field</td></tr><tr><td>Expiration Date</td><td align="center">✅</td><td>Format: MM/YY</td></tr><tr><td>CVV</td><td align="center">Optional</td><td>Optional; not stored or required</td></tr></tbody></table>

#### Notes

* Data is masked post-save.
* Cards are informational and reference only.


---

# Agent Instructions: 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:

```
GET https://rute.gitbook.io/carrier/company/settings/bank-and-card/add-company-card.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
