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

# Help Center

> Discover answers and insights

<button
  onClick={() => {
if (typeof document !== "undefined") {
  const event = new KeyboardEvent("keydown", {
    key: "k",
    metaKey: true,
    bubbles: true,
  });
  document.dispatchEvent(event);
}
}}
  style={{
border: "none",
background: "none",
cursor: "pointer",
width: "100%",
}}
>
  <Card title="Search..." icon="magnifying-glass" href="#search" horizontal />
</button>

<CardGroup cols={2}>
  <Card title="Customize Style" icon="palette" href="help/images">
    Customize your docs to your company's colors and brands
  </Card>

  <Card title="Reference APIs" icon="code" href="help/code">
    Automatically generate endpoints from an OpenAPI spec
  </Card>

  <Card title="Add Components" icon="screwdriver-wrench" href="help/markdown">
    > Build interactive features and designs to guide your users
  </Card>

  <Card title="Get Inspiration" icon="stars" href="help/navigation">
    > Check out our showcase of our favorite documentation
  </Card>

  <Card title="Add Components" icon="screwdriver-wrench" href="help/reusable-snippets">
    > Build interactive features and designs to guide your users
  </Card>

  <Card title="Get Inspiration" icon="stars" href="help/settings">
    > Check out our showcase of our favorite documentation
  </Card>
</CardGroup>
