# Example of Using Input and Output Arguments

> To help you get a better understanding of how you could use input and output parameters to your benefit, we created a simple example. It enables you to log in to your UiPath Forum profile, extract the top discussion topics that day, and write them to an Excel workbook.

To help you get a better understanding of how you could use input and output parameters to your benefit, we created a simple example. It enables you to log in to your UiPath Forum profile, extract the top discussion topics that day, and write them to an Excel workbook.

This workflow uses In arguments instead of variables for typing your username and password. Additionally, the data extracted from the forum page is stored in an Out argument, and then written to an Excel file.

1. Please [download the example package](https://www.uipath.com/hubfs/Documentation/SampleFiles/arguments_example.1.0.3.nupkg). The Studio workflow is also available for download [here](https://www.uipath.com/hubfs/Documentation/SampleFiles/arguments_example.zip).
2. Upload the archive to your Orchestrator instance, using the **Upload Package** option. At this level, you can see that the package accepts input and output values, and you can view their names, as they were given in Studio. We provided dummy values for the `Username` and `Password` arguments and therefore you can see in Orchestrator that the values are inherited from the package.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/orchestrator/orchestrator-231601-57425f41.webp)
3. Deploy the process to an environment.
4. Open the **View Process** window. At this level, you can edit the value of the input parameters, be it inherited from Studio or not.
5. Change the value of the `Password` argument to `1234567890`, for example. The value is displayed as such in the **View Process** window.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/orchestrator/orchestrator-232041-56bd3978.webp)
6. Click **Update**. The new value for the input parameter is saved.
7. Open the **Start Job** window, select the example process, and a Robot of your choosing. In the **Parameters** tab, you can view that the values were inherited from the package and process.
8. Edit the values of both input parameters with your credentials and click **Start**. The job is processed successfully.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/orchestrator/orchestrator-232097-ea12e257.webp)
9. Open the **Job Details** window. Please note that the input parameters' values are displayed as you filled them in at step 8. Last but not least, the information extracted from the forum page is displayed as the value of our output parameter.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/orchestrator/orchestrator-225678-16edab35.webp)
