.. _doc_pages_project_other: Importing from any git provider ========================== We’d love to support every Git provider out of the box, but that’s a lot to build! Instead, W4 Build lets you connect to any Git provider using: #. Access Tokens #. SSH Keys In this section, we’ll show you how to import a project using Gitea as an example. Importing any git repo ---------------------- The idea of integrating other git repository, is that you store an access token in W4 build. This access token must have read repository permissions. #. Create an access token - Create Git tea Access Token `Visit `_. - Create BitBucket Access Token `Visit `_. #. Copy the access token value #. Click the import button on the 'Other' row .. image:: ../img/other/row.png :alt: Github Home #. Fill the form with the following values - Simple Name: An easy name for you to identify the repository - Full repository Name: Usually username/repo_name - Repository URL: use the http repositoru URL #. Type the default branch #. Select the visibility of the repository #. CLick the "+ New" Button .. image:: ../img/other/new_token.png :alt: Github Home #. Type a name for the access token #. Paste the access token value .. image:: ../img/other/token.png :alt: Github Home #. Click Save .. image:: ../img/other/save.png :alt: Github Home #. Click Create .. image:: ../img/other/list.png :alt: Github Home #. Verify the repository has been That's it! Import is complete!!!!! To build your project jump to `Exporting a Game <../../export_game/index.html>`_.