# Monacopilot > AI auto-completion plugin for Monaco Editor ## Table of Contents ### Configuration - [Register Completion Options](/configuration/register-options.md) - [Copilot Options](/configuration/copilot-options.md) - [Completion Request Options](/configuration/request-options.md) ### Advanced - [Custom Model](/advanced/custom-model.md) - [Custom Prompt](/advanced/custom-prompt.md) - [Custom Request Handler](/advanced/custom-request-handler.md) - [Cross-Language API Handler Implementation](/advanced/cross-language.md) ### Guides - [Upgrading to Monacopilot v1.0.0](/guides/upgrade-to-v1.md) - [Browser-Only Implementation](/guides/browser-only.md) ### Examples - [Vanilla JavaScript](/examples/vanilla-js.md) - [Next.js](/examples/nextjs.md) - [Remix](/examples/remix.md) - [Gatsby](/examples/gatsby.md) - [SvelteKit](/examples/sveltekit.md) - [TanStack Start](/examples/tanstack-start.md)