# #include\_optional

## Description

\#include\_optional filename

This allows you to optionally include the contents of another file (called a "snippet") within your macro. It functions identically to include except that if the file does not exist, it will continue without error.

## Example

```
#include_optional spell_routines.inc
Sub Main
  /call Cast "Complete Healing" gem1
/return
```

## See Also

* [include](/macroquest/commands/macro-commands/macro-directives/include.md)
* [Pound\_Commands](/macroquest/commands/macro-commands/macro-directives.md)
* [Macro\_Reference](/macroquest/documentation/macro-reference.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://macroquest.gitbook.io/macroquest/commands/macro-commands/macro-directives/include_optional.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.
