# Scissors Documentation

## Scissors Documentation

- [README](https://scissors-docs.appspan.net/readme.md)
- [CONTRIBUTING](https://scissors-docs.appspan.net/contributing.md)
- [FORKING](https://scissors-docs.appspan.net/forking.md)
- [MenuHighlighter.js](https://scissors-docs.appspan.net/menuhighlighter.md): MenuHighlighter adds a highlight to the link of your header block that corresponds to the page that the user is currently on.
- [SampleSiteBeforeSignup.js](https://scissors-docs.appspan.net/samplesitebeforesignup.md): SampleSiteBeforeSignup lets you make your site available for "sampling" some number of pages before making the user sign up in order to keep using it.
- [LoadDefaultRecord.js](https://scissors-docs.appspan.net/loaddefaultrecord.md): When you have a List Block and a List Details block on the same page, LoadDefaultRecord ensures that the List Details block displays a default record when no record ID is specified on the URL.
- [EditThisPage.js](https://scissors-docs.appspan.net/editthispage.md): Add an "Edit This Page" button that only you can see, which when clicked takes you to that page in the Softr studio.
- [RedirectAfterFormSubmit.js](https://scissors-docs.appspan.net/redirectafterformsubmit.md): After a form submit to Make, redirect your user to another page defined in the Make automation.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://scissors-docs.appspan.net/readme.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.
