Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.codenullapp.com/llms.txt

Use this file to discover all available pages before exploring further.

In some cases, you may want to have a copy of your current app. Codenull allows you to make an exact copy of your application.

How To Clone an App

  1. Go to the Application Designer page
  2. Select the Environment tab.
  3. Click the “Clone app” button
  4. You will be prompted to fill out the name of the new application
  5. In the Tasks tab, you will find a new task that will do the cloning operation.
  6. Once the task is completed, you will be able to navigate the new application using the URL that you can find in the Result column.

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://codenull.gitbook.io/dev/environments/clone-app.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.