# Using Included SimAttachments To make things simpler when creating your aircraft, some of the components required for activities are available as [Included Attachments](../../../modular-simobjects/simattachments/included-attachments/included-attachments/) for you to use. These are all mentioned on the corresponding pages for the careers that have them: - [Aerial Advertising](../../aerial-advertising/) - [Medevac](../../medevac/) - [Scientific Research](../../scientific-research/)   You can find these attachments in [The SimObject Editor](../../../../devmode/editors/simobject-editor/the-simobject-editor/). When you create your aircraft [preset](../../../modular-simobjects/modular-simobject-project-structure/#presets) to be able to perform these activities you can setup the `attached_objects.cfg` to reference the attachments listed on the pages above by doing the following (the example we are using is for **Aerial Advertising**):   - On the page for the attached objects, select the Sim Attachment section, then click on the {{< button "+" />}} to add a new attachment. {{< image-center src="images/5_Content_Config/Careers/Advertising/navgraph_ads_1_simattach.png" alt="Adding A New SimAttachment" >}}   - The next step is to select the [Attachment Root](../../../cfg-files/attached_objects.cfg/#attachment_root), which requires you to click on the {{< button "..." />}} button to open the **SimAttachment Explorer**. This new window will show all the SimAttachments you have registered for the package as well as all the pre-made included attachments. In the image below we are adding the `Asobo_Banner_Hook` attachment: {{< image-center src="images/5_Content_Config/Careers/Advertising/navgraph_ads_2_attachmentexplorer.png" alt="Selecting The Attachment Root Folder That You Want To Use" >}}   - Having selected the attachment root folder, you can then select the file that governs what the attachment does. This is done from the [Attachment File](../../../cfg-files/attached_objects.cfg/#attachment_file) parameter and, again, clicking the {{< button "..." />}} will open an explorer where you can select the `model.xml` to use: {{< image-center src="images/5_Content_Config/Careers/Advertising/navgraph_ads_3_fileexplorer.png" alt="Selecting The Model XML In The File Explorer" >}}   - Having selected the SimAttachment, you will need to select whether it should be attached to the **interior** or **exterior** model, and then select where it should be attached. You can do this manually using the X/Y/Z coordinates relative to the [Datum Reference Point](../../../modular-simobjects/aircraft/aircraft/#datum-reference-point), or by specifying a node or helper in the {{< glossterm >}}gltf{{< /glossterm >}}.    - You should supply an [`alias`](../../../cfg-files/attached_objects.cfg/#alias) for the appropriate sim attachments, in this example it's the **interior** attachments, winch pole and banner release lever.