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

# FORKING

## Why?

Suppose you like the idea of a repository of Softr code snippets, but you're not sure you want to trust someone else to host that code for you in your live sites. After all, if this service goes down, your sites might break.

Here's the solution: fork it!

## How?

* In Github, fork this repo
* Sign up for a free CloudFlare CDN account
* Connect the CDN to your forked repo
* Sign up for a free Gitbook account
* Connect Gitbook to your forked repo
* (Optionally) create a subdomain such as scissors.example.com and connect it to the CDN
* (Optionally) create a subdomain such as scissors-docs.example.com and connect it to Gitbook

After you do the above, you'll be able to get all the benefits of a snippet code repository, but you'll have full control over how it is hosted, and you can make sure it keeps running. You can even merge some or all the code from the main repo periodically so you stay up to date. Or not, your choice!

## Are those subdomains important?

You don't have to create and use them in order for this approach to serve its main purpose. However, if you do host your snippets from domains that you control, then it will be possible for you to change the hosting services without having to go back into your Softr apps and update them. For example, if some day you you want to use a different CDN instead of CloudFlare, you'll be able to switch it out in a way that is transparent to the sites that are depending on the code snippets.


---

# 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://scissors-docs.appspan.net/forking.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.
