# Prompt configuration This page describes prompt-level options for Spaceship. ## Terminology The prompt consists of **sections**. All sections are combined into a [**prompt order**](#prompt-order). When the prompt is being rendered, just goes over the prompt order and executes each section. If you want to add a custom section, add it to the order. You can add or remove sections from the prompt order at any time. Typically, a section consist of a **prefix**, **symbol**, **content** and **suffix**. The symbol and the content are painted in **color**. Here's an example with a `package` section: ``` is 📦 3.16.5 ``` Above, `is ` is a prefix, `📦` is a symbol, `3.16.5` is the content and ` ` (a space) is the suffix. Each part can be configured via corresponding **options**. Options are just environment variables and have this signature `SPACESHIP_
_