Skip to content

How to create a Use Case#

If your business Use Case is not already present in the platform, you can create it yourself.

To add a new Use Case to the platform:

  1. Go to the section Use cases > My use cases through the left side menu
  2. Then, on the top-right corner, click on the Add new use case button
  3. Fill in all the required information:
    • Business sector
    • Name
    • Description
    • URN, a unique URL path to access your use case through the API.
  4. Click the Add use case button.

Add additional information to your Use Case#

Once you have created your use case, you can add all the information needed for other users to understand your Use Case, and for solvers creators to be able to implement solvers for this use case.

The more complete this information, the easier for other users to implement solvers.

The Use case information that you can complete is:

  • Business information: Describe your use case from a business point of view:

    • Business description
    • Current limitations and expected oportunities
    • Input data description
    • Output data description and representation
    • Best practices / Benchmarks / References to beat
    • Any other additional information
  • Scientific approach: Describe your use case from a scientific point of view:

    • You can also attach a scientific paper if you have one describing your use case.
  • Technical details: Describe your use case from a technical point of view. This section will be mainly visited by the solvers creators to check the specific input and ouput data formats that they must follow. These input and ouput data format use JSON standard.

What’s next#

Create a solver for this use case

Edit this use case