# Making a submission The submission format and example submissions are usually provided by the competition organizer. This page describes how to make submissions using the competition UI. To make a submission, you must provide a read-only token that allows the competition to access user info. ### `generic` competition: submitting a file - provide your hugginface read-only token - upload a file - add a description - click "Submit" ![submit_generic](https://github.com/abhishekkrthakur/public_images/blob/main/submission_generic.png?raw=true) ### `script` competition: submitting a model repo with `script.py` - provide your hugginface read-only token - provide a link to your model repo (e.g. abhishek/submission-model-1). The model repo must contain a `script.py` file that generates submission in the required format. - add a description - click "Submit" ![submit_script](https://github.com/abhishekkrthakur/public_images/blob/main/submission_script.png?raw=true)