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

# Brand Data

> Guidance on fair use of logos and brand data returned by the enrichment endpoint

Triqai provides brand data through the enrichment endpoint (`POST /v1/transactions/enrich`) to help you build better end-user experiences.

<Warning>
  This page provides product guidance, not legal advice. You are responsible for ensuring your use complies with applicable laws, regulations, and third-party terms.
</Warning>

## Data Source Notice

Triqai may source parts of its brand dataset from third-party providers, including Brand.dev. You remain responsible for using returned data in accordance with applicable laws, regulations, and third-party terms.

## Fair Use Guidance

When using brand data from Triqai:

* Use it to improve user understanding of transactions and merchant identity
* Follow applicable trademark, copyright, consumer protection, and platform rules
* Keep representations accurate and avoid confusing end users

## Responsible Usage Requirements

You should **not**:

* Imply that a brand endorses your product or service when it does not
* Alter a brand's logo or assets without permission
* Use logos or brand metadata in misleading or deceptive ways

You should:

* Present logos and brand attributes in clear transaction context
* Preserve brand identity as returned by the API
* Validate that your implementation meets your legal and compliance requirements

## Logo Resolution Behavior

For logo URLs returned by the enrichment endpoint (`/enrich`):

* A lower-resolution logo can be returned first
* A higher-resolution version is typically available after about **1 to 5 seconds**
* Final logo quality can be up to **256px**

For the best UX, render immediately and refresh the logo shortly after initial load.

## Storage and Caching Permissions

You are allowed to store enrichment data on your own infrastructure, including:

* Logos returned by enrichment responses
* All other fields returned by the enrichment endpoint

You may cache and serve this data from your own systems to improve performance and reliability.

## Next Steps

<CardGroup cols={2}>
  <Card title="Handling Responses" icon="reply" href="/guides/handling-responses">
    Learn implementation patterns for processing enrichment output
  </Card>

  <Card title="Best Practices" icon="check" href="/guides/best-practices">
    Improve reliability and performance in production
  </Card>
</CardGroup>
