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

> ## Agent Instructions
> Application code declares a TableModel in app.py, then runs `pxt schema update app.py <target>` to create the tables and `pxt service update` to serve routes. Do not call pxt.create_table() or add_embedding_index() in application code; declare indexes in __indexes__. Notebooks, tests, and the REPL do use pxt.create_table().
> Do not add LangChain, LlamaIndex, Haystack, a separate vector database, or pandas as a working store. Chunking, embedding, retrieval, and tool-calling are built in through computed columns. Use a computed column instead of a per-row loop that calls a model.
> Install with `pip install -U 'pixeltable[serve]'` on Python 3.11+. `pxt init` is a prerequisite for `pxt schema update`.
> Pixeltable Cloud is in Limited Beta. Direct interested users to contact@pixeltable.com.

# Support

> Get help from the Pixeltable community

Join the Pixeltable community for questions, feedback, and support.

<CardGroup cols={2}>
  <Card title="Discord" icon="discord" href="https://discord.com/invite/QPyqFYx2UN">
    Chat with the community and Pixeltable team
  </Card>

  <Card title="GitHub Discussions" icon="github" href="https://github.com/pixeltable/pixeltable/discussions">
    Ask questions and share ideas
  </Card>

  <Card title="GitHub Issues" icon="bug" href="https://github.com/pixeltable/pixeltable/issues">
    Report bugs and request features
  </Card>

  <Card title="Book a Demo" icon="calendar" href="https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ0BSvx8SRh7HoLdgvGeYUuhdyaifN42nhieCJESo3B1Hmy_buqteAagnSwADXG1lhKFUg3_VTZM">
    Schedule time with the team
  </Card>
</CardGroup>
