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

# Welcome

> The internal knowledge base for everything Odore — our platform, our people, and how we work.

{% hint style="info" %}
**First day?** Head to [Company → Welcome to Odore](https://hub.odore.com/company/onboarding/welcome-to-odore) for your onboarding checklist.
{% endhint %}

***

## Explore the Wiki

Use the tabs above to navigate by topic.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🏢 Company</strong></td><td>Who we are, our values, team structure, and onboarding</td><td><a href="https://hub.odore.com/company">https://hub.odore.com/company</a></td></tr><tr><td><strong>⚡ Product</strong></td><td>How the platform works — walkthroughs, guides, and best practices</td><td><a href="https://hub.odore.com/product">https://hub.odore.com/product</a></td></tr><tr><td><strong>⚙️ Operations</strong></td><td>Campaign lifecycle, CS handbook, fulfilment, sales, and finance</td><td><a href="https://hub.odore.com/operations">https://hub.odore.com/operations</a></td></tr><tr><td><strong>📖 Reference</strong></td><td>Glossary, how-to guides, and technical documentation</td><td><a href="https://hub.odore.com/reference">https://hub.odore.com/reference</a></td></tr></tbody></table>

***

## Quick Links

| Resource                                                                    | Description                             |
| --------------------------------------------------------------------------- | --------------------------------------- |
| [Product Overview](https://hub.odore.com/product/product-overview)          | What the platform does and who uses it  |
| [How a Campaign Runs](https://hub.odore.com/operations/how-a-campaign-runs) | End-to-end campaign lifecycle           |
| [Glossary](https://hub.odore.com/reference/glossary)                        | Key terms and definitions               |
| [Tool Directory](https://hub.odore.com/company/onboarding/tool-directory)   | Every tool we use and how to get access |

***

## Need Help?

{% hint style="warning" %}
**Not sure who to ask?** Start with your manager. For everything else:

* **Operations / Fulfilment:** James Chan
* **Support Team:** Mae Windelyn Adena Mistranza
* **Tech / Product:** Khrystyna Tsegenko
* **CS Questions:** Your regional CS lead
* **Commercial / Escalations:** Karan Gupta or Armaan Mehta
  {% endhint %}

***

{% hint style="success" %}
This wiki is powered by GitBook — if you spot something outdated or missing, flag it in Slack and help us keep it current.
{% endhint %}


---

# 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://hub.odore.com/readme.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.
