# Create and design

- [Application packages](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/application-packages.md): All applications are groped into application packages, similar to folders in the file system.  Packages contains applications, components, permissions and more.
- [Applications](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/applications.md)
- [Create](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/applications/create.md): You create, delete and edit metadata for applications in the Hub. The application logic is developed in Flow Designer.
- [Design](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/applications/design.md)
- [Test](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/applications/test.md)
- [Commit](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/applications/commit.md)
- [Portal Pages](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/portal-pages.md)
- [Create Portal Page](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/portal-pages/create-portal-page.md)
- [Design Portal Page](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/portal-pages/design-portal-page.md)
- [Commit Portal Page](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/portal-pages/commit-portal-page.md)
- [Components](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/components.md)
- [Create component](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/components/create-component.md)
- [Manage component](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/components/manage-component.md)
- [Modules](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/modules.md)
- [Create module](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/modules/create-module.md)
- [Manage module](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/modules/manage-module.md)
- [Phrasebooks](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/phrasebooks.md)
- [Automations](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/automations.md)
- [Functionality](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/automations/functionality.md)
- [Create Automation](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/automations/create-automation.md)
- [Manage Automation](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/automations/manage-automation.md)
- [Creating Access Key](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/automations/creating-access-key.md)
- [Executing Automations Externally](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/automations/executing-automations-externally.md)
- [IFS Cloud](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/automations/executing-automations-externally/ifs-cloud.md)
- [Salesforce Apex Trigger Example](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/automations/executing-automations-externally/salesforce-apex-trigger-example.md)


---

# 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://docs.novacura.com/flow-connect/working-with-connect/create-and-design.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.
