# Information

- [Terminology](https://developers.raycast.com/information/terminology.md): An explanation of various terms used in this documentation.
- [File Structure](https://developers.raycast.com/information/file-structure.md): Understand the file structure of an extension.
- [Manifest](https://developers.raycast.com/information/manifest.md)
- [Lifecycle](https://developers.raycast.com/information/lifecycle.md)
- [Arguments](https://developers.raycast.com/information/lifecycle/arguments.md)
- [Background Refresh](https://developers.raycast.com/information/lifecycle/background-refresh.md)
- [Deeplinks](https://developers.raycast.com/information/lifecycle/deeplinks.md)
- [Best Practices](https://developers.raycast.com/information/best-practices.md): Tips to guarantee a good user experience for your extensions.
- [Developer Tools](https://developers.raycast.com/information/developer-tools.md)
- [Manage Extensions Command](https://developers.raycast.com/information/developer-tools/manage-extensions-command.md): A Raycast command to manage your extensions, add new commands or attachments, etc.
- [CLI](https://developers.raycast.com/information/developer-tools/cli.md): The Raycast CLI allows you to build, develop, and lint your extension.
- [ESLint](https://developers.raycast.com/information/developer-tools/eslint.md)
- [Forked Extensions (community tool)](https://developers.raycast.com/information/developer-tools/forked-extensions.md)
- [VS Code (community tool)](https://developers.raycast.com/information/developer-tools/vscode.md)
- [Templates](https://developers.raycast.com/information/developer-tools/templates.md): Learn about the templates provided by Raycast to help kickstart your extension.
- [Security](https://developers.raycast.com/information/security.md)
- [Versioning](https://developers.raycast.com/information/versioning.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.raycast.com/information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
