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

# Get started

- [Quick Link to All Step By Steps instructions](https://docs.maker.co/maker-pages/get-started/quick-link-to-all-step-by-steps-instructions.md)
- [How do I invite someone to collaborate on a single story?](https://docs.maker.co/maker-pages/get-started/how-do-i-invite-someone-to-collaborate-on-a-single-story.md)
- [How do I invite a new team member to the account?](https://docs.maker.co/maker-pages/get-started/how-do-i-invite-a-new-team-member-to-the-account.md)
- [How do I create a new Maker story](https://docs.maker.co/maker-pages/get-started/how-do-i-create-a-new-maker-story.md)
- [How can I delete a Maker Story](https://docs.maker.co/maker-pages/get-started/how-can-i-delete-a-maker-story.md)
- [How can I duplicate a story to re-use](https://docs.maker.co/maker-pages/get-started/how-can-i-duplicate-a-story-to-re-use.md)
- [How can I organize my stories in Stories Manager](https://docs.maker.co/maker-pages/get-started/how-can-i-organize-my-stories-in-stories-manager.md)
- [How do I make my Editor Fullscreen](https://docs.maker.co/maker-pages/get-started/how-to-make-my-editor-fullscreen.md)
- [How can I contact Maker Support](https://docs.maker.co/maker-pages/get-started/how-can-i-contact-maker-support.md)
- [How to use Zoom in the Editor](https://docs.maker.co/maker-pages/get-started/how-to-use-zoom-in-the-editor.md)
- [How to undo/redo in the editor](https://docs.maker.co/maker-pages/get-started/how-to-undoredo-in-the-editor.md)
- [How to Preview my Maker Story](https://docs.maker.co/maker-pages/get-started/how-to-preview-my-maker-story.md)
- [How can I control editing permissions](https://docs.maker.co/maker-pages/get-started/how-can-i-control-editing-permissions.md)
- [How can I lock editing permissions for a story](https://docs.maker.co/maker-pages/get-started/how-can-lock-editing-permissions-for-a-story.md)
- [How can I add a Base Layer](https://docs.maker.co/maker-pages/get-started/how-can-i-add-a-base-layer.md)
- [How to change the story's major grid width](https://docs.maker.co/maker-pages/get-started/how-to-change-the-storys-major-grid-width.md)
- [Learn more about various team roles](https://docs.maker.co/maker-pages/get-started/learn-more-about-various-team-roles.md)
- [Maker 101](https://docs.maker.co/maker-pages/get-started/maker-101.md)
- [Edit my story](https://docs.maker.co/maker-pages/get-started/edit-my-story.md)
- [Add images to my story](https://docs.maker.co/maker-pages/get-started/add-images-to-my-story.md)
- [How to build a responsive design in Maker](https://docs.maker.co/maker-pages/get-started/how-to-build-a-responsive-design-in-maker.md)
- [Add a textbox to my story](https://docs.maker.co/maker-pages/get-started/add-a-textbox-to-my-story.md)
- [Use the elements panel](https://docs.maker.co/maker-pages/get-started/use-the-elements-panel.md)
- [Add a link](https://docs.maker.co/maker-pages/get-started/add-a-link.md)
- [Using collections](https://docs.maker.co/maker-pages/get-started/using-collections.md)
- [Using rulers](https://docs.maker.co/maker-pages/get-started/using-rulers.md)
- [Using zoom](https://docs.maker.co/maker-pages/get-started/using-zoom.md)
- [Using Smart guides](https://docs.maker.co/maker-pages/get-started/using-smart-guides.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.maker.co/maker-pages/get-started.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.
