# Features

### Text-to-application generation

Describe your application in natural language, and Spaceship generates a fully functional prototype. The AI understands complex requirements and can create applications with:

* User interfaces and forms
* Data storage and retrieval
* Business logic and calculations
* Authentication flows
* API integrations

### Intelligent code generation

Spaceship uses advanced AI (Claude 4.5 Sonnet) to:

* Understand your requirements in context
* Generate clean, functional code
* Automatically test and fix errors
* Follow software development best practices

### Secure deployment

Every prototype is automatically deployed to:

* Isolated GCC (OGP) environment
* Secure infrastructure with Singapore data residency
* Individual sandbox preventing cross-prototype access

### Iterative development

Continue conversing with Spaceship to:

* Add new features
* Fix issues
* Modify functionality
* Refine the user interface

### Version history

Track changes and iterations to your prototype over time.


---

# 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://spaceship.guides.gov.sg/getting-started/features.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.
