--- title: "Share Base" description: "Procedure to share a base & generating embedded iframe" position: 615 category: "Product" menuTitle: "Share Base" --- ## Generate 'Share base' - Open Project - Click on 'Share' button on top right tool bar  - Under 'Shared base link' tab - Toggle from 'Disabled Share base' to 'Anyone with the link'  - Share base link generated is displayed over & can be used to share this project to others in the team [Selection (2) in the image below]  ## Modify 'Share base' Modify 'Share base' will invalidate earlier generated 'Share base' link & generate a new link. - Open Project base - Click on 'Share' button on top right tool bar - Under 'Shared base link' tab - Click on 'Reload' button ## Disable 'Share base' Disable 'Share base' will invalidate generated 'Share base' link - Open Project base - Click on 'Share' button on top right tool bar - Under 'Shared base link' tab - Toggle from 'Anyone with the link' to 'Disable Share base' ## 'Share base' access permissions Shared base can be configured as - Viewer: User with the link will get READ ONLY access to the project data - Editor: User with the link will get READ WRITE access to the project data ## Embeddable Frame NocoDB interface can be embedded into existing applications easily by making use of [HTML IFRAME](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe)) attribute. ### Generate embeddable HTML code - Open Project base - Click on 'Share' button on top right tool bar - Under 'Shared base link' tab - Click on > button to copy 'Embeddable HTML code' Sample ```html ``` ### Embed into application's HTML Body Sample code with embedded iframe generated above ```html
```