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

# Logos

### **Agora: The 8-Pointed Star**

Our logo's 8-pointed star stands as a symbol of unity and connection. It represents the convergence of the four cardinal directions—north, south, east, and west—with the four intermediate points—northeast, southeast, southwest, and northwest. This confluence embodies our core value of inclusivity, bringing together diverse perspectives and ideas from all angles to form a cohesive and harmonious whole.

<figure><img src="/files/j6Y7Gz7H92LYZGHq3DYH" alt=""><figcaption></figcaption></figure>

### **Agora Logo**

The primary logo, which prominently features the Biliktu Light font, should be used in all instances to represent our brand, except in extreme cases where legibility is compromised. In such scenarios, the star logo may be utilized independently.&#x20;

The choice of Biliktu Light, particularly for its unique 'g' resembling a smiley face, is a deliberate nod to Agora's central ethos — people and connections. This typographic selection reinforces our commitment to fostering a sense of community and positivity across all touchpoints of our identity.

<figure><img src="/files/9mWvGvwsmeUhQPozC4wo" alt=""><figcaption></figcaption></figure>

### **Board**

Board's visual identity is anchored by the use of a hangtag icon, a tribute to our founder Murathan's original vision of a platform to spotlight local artists' products and artworks. This hangtag symbolizes the unique and personal touch of each item, envisioning them as individually crafted pieces presented with care.&#x20;

Complementing this icon, the Board logo uses a customized typeface based on the Inter font, with the 'r' , 'a' and 'd' characters playfully reimagined. The 'r' is rendered to evoke a sense of handcrafted artistry, while the 'a' adds a playful twist, together reflecting the brand's dedication to creativity and the joy of discovery in local art.

<figure><img src="/files/hzHwzVkrzZ5UQLy8MNkR" alt=""><figcaption></figcaption></figure>


---

# 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.agora.foundation/guidelines/logos.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.
