# Introduction
``gpt-engineer`` is a project that uses LLMs (such as GPT-4) to automate the process of software engineering. It includes several Python scripts that interact with the LLM to generate code, clarify requirements, generate specifications, and more.
## Get started
[Here’s](/en/latest/installation.html) how to install ``gpt-engineer``, set up your environment, and start building.
We recommend following our [Quickstart](/en/latest/quickstart.html) guide to familiarize yourself with the framework by building your first application with ``gpt-engineer``.
## Example
You can find an example of the project in action here.