> For the complete documentation index, see [llms.txt](https://docs.livy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.livy.ai/film-school.md).

# Film School

- [Introduction](https://docs.livy.ai/film-school/introduction.md): Introduction to the Film School Section
- [Screenwriting](https://docs.livy.ai/film-school/screenwriting.md): How to Master Screenwriting Basics: A Step-by-Step Guide
- [Screenplay Formatting Basics](https://docs.livy.ai/film-school/screenwriting/screenplay-formatting-basics.md): Introduction into Screenplay formatting basics
- [Scriptwriting Software](https://docs.livy.ai/film-school/screenwriting/screenplay-formatting-basics/scriptwriting-software.md): Introduction to Scriptwriting Software
- [Story Structure in Screenwriting](https://docs.livy.ai/film-school/screenwriting/story-structure-in-screenwriting.md): Introduction to story structure in Screenwriting
- [Character Development in Screenplays](https://docs.livy.ai/film-school/screenwriting/character-development-in-screenplays.md): Introduction to Character Development in Screenplay
- [Dialogue Writing Techniques in Screenwriting](https://docs.livy.ai/film-school/screenwriting/dialogue-writing-techniques-in-screenwriting.md): Introduction to Dialogue Writing Techniques in Screenwriting
- [Screenwriting for Different Genres](https://docs.livy.ai/film-school/screenwriting/screenwriting-for-different-genres.md): Screenwriting for Different Genres: A Guide
- [Adaptation: From Novel to Screenplay](https://docs.livy.ai/film-school/screenwriting/adaptation-from-novel-to-screenplay.md): Introduction: Adaptation: From Novel to Screenplay
- [Writing for Animation: A Comprehensive Guide](https://docs.livy.ai/film-school/screenwriting/writing-for-animation-a-comprehensive-guide.md)
- [How to Write a TV Pilot: A Comprehensive Guide](https://docs.livy.ai/film-school/screenwriting/how-to-write-a-tv-pilot-a-comprehensive-guide.md)
- [The Business of Screenwriting: Agents, Contracts, and Pitching](https://docs.livy.ai/film-school/screenwriting/the-business-of-screenwriting-agents-contracts-and-pitching.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.livy.ai/film-school.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
