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

# Velar Assets

### Primary Assets

These primary assets serve as the default choices for most applications. They provide optimal visibility while maintaining brand recognition.

P.S: Press ⌘ (CMD/CTLR) and click to open files in a new tab.

#### Token Assets

* [Token Logo (PNG)](https://drive.google.com/file/d/1xkw_WZLVplMzwIx_r7WDkY2JCMA6B-p1/view?usp=drive_link)
* [Token Logo (SVG)](https://drive.google.com/file/d/1tpfzoIAMVyESSMiRUSMge_2qLUOABpOL/view?usp=drive_link)

#### Logos & Word Mark

* [Primary Logo (PNG)](https://drive.google.com/file/d/1uhWCyy3EosPmnOuL0S_gxYbxRSeWTaTt/view?usp=drive_link)
* [Primary Logo & Word Mark (PNG)](https://drive.google.com/file/d/1o-4aD9KYV4ULNAx5sURlrgV9bm9WCcmD/view?usp=drive_link)
* [Primary Logo (SVG)](https://drive.google.com/file/d/1tuAei2DzXH9omjHP0rfRZ00gNc-lBidF/view?usp=drive_link)
* [Primary Logo & Word Mark (SVG)](https://drive.google.com/file/d/1SDHt9BjCMhkK2D69wpvV4FI3iCCeIvS1/view?usp=drive_link)

#### Brand Guidelines

* Here's the complete [Brand Guidelines](https://drive.google.com/file/d/18lqBSM8cwUpdln08Hln-Fu4KbXRUPl8o/view?usp=drive_link).

### Alternative Assets

Additional logo variations are available for specific use cases. **These alternatives require explicit approval before implementation.**

To access all the Velar assets, follow this link: <https://drive.google.com/drive/folders/10ZglrxvfliSWz5Mf6vKTQoXMS4dEpTRj?usp=drive_link>

This folder contains all the official Velar assets, including the favicon, PNG and SVG logos, and tokens.

### Available Assets

1. [Favicon](https://drive.google.com/drive/folders/1NajNqsmYH67REscQ1V8O_6OZH6B89dLr?usp=sharing)
2. [Velar Logo](https://drive.google.com/drive/folders/1TzPjkxQDiuYkmwaNSKTpxd2EMevcnxcJ?usp=drive_link)
3. [Velar Token Logo](https://drive.google.com/drive/folders/1RYTjAOWOw-XZxmFMOdy6ml7bUAFC202q?usp=drive_link)
4. [Brand Guidelines](https://drive.google.com/file/d/18lqBSM8cwUpdln08Hln-Fu4KbXRUPl8o/view?usp=drive_link)

### Guidelines for Usage

1. Always use the official Velar assets provided to maintain brand consistency.
2. Do not modify, distort, or alter the colors of the assets unless explicitly permitted by Velar's branding guidelines.
3. Ensure proper contrast and visibility when placing the logo or token on different backgrounds.
4. For digital use, prefer the SVG format when possible to ensure optimal display across various screen resolutions.
5. Refer to Velar's complete brand guidelines for detailed information on proper usage, spacing, and color specifications.

###


---

# 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://docs.velar.com/velar/developers/velar-assets.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.
