# Fee models in Control Center You can use Pismo Control Center to configure fee models and link them to your operations on the Pismo platform. A fee model is a structure that defines a collection of fees with custom calculations. With a fee model, you can define the method used to calculate the fee, such as a fixed value or a percentage. You can think of it as a container for the fees and taxes that are applied to different account activities. For detailed information about fee models and fees on the Pismo platform, refer to [Fee management](https://developers.pismo.io/pismo-docs/docs/fee-management). # View the list of fee models To view the list of fee models: 1. From the main menu, select **Configurations** > **Fee models**. 2. On the **Fee Models** screen, select a fee model to review its details. > 📘 > > The default fee model attached to the organization is displayed at the top. Below this is a list of all fee models that are added to the organization. 3. On the **Fee model details** screen, select one of the following tabs to access more information: * **Fee model**—View the name and ID of the fee model. This screen also shows the platform objects (such as programs and accounts) where the fee model is attached. * **Fees**—View and manage the fees that belong to the fee model. * **Association type**—View the platform objects to which the fee model is currently attached. # Add a fee model To create a new fee model: 1. From the main menu, select **Configurations** > **Fee models**. 2. On the **Fee models** screen, select **Create**. 3. On the **Add fee model** screen, enter a name for the new fee model in the **Name** field and select **Finish**. Note that a new fee model is detached by default. When you create a fee model, you also must attach it to an account, a program, or an organization. Refer to [Attach a fee](https://developers.pismo.io/pismo-docs/docs/attach-a-fee-model) model for details.