> ## 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.

# AI Skills

> Teach AI coding assistants to write correct Pixeltable code

// Hard navigation so the browser applies the hash after the page loads.
export const Redirect = ({to}) => {
  if (typeof window !== 'undefined') {
    window.location.assign(to);
  }
  return null;
};


<Redirect to="/overview/building-pixeltable-with-llms#set-up-your-ai-tool" />

[Set Up Your AI Tool](/overview/building-pixeltable-with-llms#set-up-your-ai-tool)
