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

# Everything

> Comprehensive playground showcasing Skybridge hooks and utilities.

Everything is the reference view that demonstrates every Skybridge hook and utility in one place.

<img src="https://mintcdn.com/skybridge-alpic/e7Fj8WpwcOpDyXhx/images/showcase-example.png?fit=max&auto=format&n=e7Fj8WpwcOpDyXhx&q=85&s=2f5181c640ed70bee25dcc26f67a8086" alt="Everything showcase" style={{ width: "100%", maxWidth: "960px", borderRadius: "12px" }} width="1284" height="454" data-path="images/showcase-example.png" />

## Links

<CardGroup cols={2}>
  <Card title="Try the demo" icon="play" href="https://everything.skybridge.tech/try">
    Launch the live view experience.
  </Card>

  <Card title="View source on GitHub" icon="github" href="https://github.com/alpic-ai/skybridge/tree/main/examples/everything">
    Browse the full example code.
  </Card>
</CardGroup>

## Skybridge APIs used

* [`createStore`](/api-reference/create-store)
* [`data-llm Attribute`](/api-reference/data-llm)
* [`useCallTool`](/api-reference/use-call-tool)
* [`useDisplayMode`](/api-reference/use-display-mode)
* [`useFiles`](/api-reference/use-files)
* [`useLayout`](/api-reference/use-layout)
* [`useOpenExternal`](/api-reference/use-open-external)
* [`useRequestModal`](/api-reference/use-request-modal)
* [`useSendFollowUpMessage`](/api-reference/use-send-follow-up-message)
* [`useToolInfo`](/api-reference/use-tool-info)
* [`useUser`](/api-reference/use-user)
* [`useViewState`](/api-reference/use-view-state)
