# Customizing Scenarios

<figure><img src="/files/1kLle2xivPgciNQosMSG" alt=""><figcaption><p>The Customize button as seen by User</p></figcaption></figure>

When the Customize button is enabled on a scenario, you can click it to customize/modify that scenario.

<figure><img src="/files/6IFZwXs7c8gsT0oA60wE" alt=""><figcaption><p>The Customization toggle as seen by the original Scenario Creator</p></figcaption></figure>

On the scenario creator's end, allowing scenario customization is toggled ON by default.&#x20;

<figure><img src="/files/jI4rExEcGTGu0EjtDhZw" alt=""><figcaption><p>Modified Scenario</p></figcaption></figure>

When you click Customize, a copy of the original scenario (called *modified scenario*) will be created.

<figure><img src="/files/AKY9FtZr5C5HrSjC6fys" alt=""><figcaption><p>Limited publishing options of a Modified Scenario</p></figcaption></figure>

It will have the following differences from the original:

* **The modified scenario uses the original scenario name + Modified.** This can be changed. Double-check and change the scenario title as necessary because the added "Modified" on the title may make the number of characters go over the character limit.
* **The modified scenario is set to Private by default.** This cannot be changed. This is a feature that was put in place to prevent Users from outright copying and re-publishing the scenarios of fellow Users.
* **The modified scenario can be changed without affecting the original scenario.** Vice versa, any changes to the original scenario will not affect the modified scenario.
* **The modified scenario has limited publishing options.** On a modified scenario, you can only change Force/Separate User Character. You cannot publish the modified scenario publicly, allow comments, etc.
* **The modified scenario may go over the limits of each section.** This happens when a free tier User modifies a scenario that was created by a FictionLab+ user. Consider the limitations of your tier when modifying scenarios.


---

# 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://fictionlab.gitbook.io/fictionlab/detailed-guides/customizing-scenarios.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.
