Hi All!
Show offers six views to help you perform specific actions in your presentation. The Normal, Master, and Sorter views help you create slide decks while the Slideshow, Presenter, and Print views help you deliver and distribute presentations.
In order to easily switch to a view while working on a presentation, the Normal, Master, and Sorter views are available as a drop-down menu in the bottom bar in the main Show interface.
Similarly, you have the Slideshow and Presenter views present under the Play drop-down in the top-right corner of the screen, while the Print option is found under the File menu.
Edit content on a slide using the Normal View
Using the Normal View option, you can create and modify your slide deck any time. This is the default view in Show.
The thumbnail pane on the left of the Normal View provides a preview of all the slides in your presentation. The slide area at the center contains a comprehensive toolbar, from which you can pick any object and insert it onto your presentation. You can further select an object on the slide to view a wide-range of formatting options specific to that element on the right pane. For example, if you have a table on the slide, you can select it to view editing options like Header & Footer, Gridlines, and Distribute cells in the contextual toolbar.
Customize your presentation in just a few clicks
At times, you may want to create a new presentation template so your team can reuse it. In such cases, you can use the Master View. In this view, you can access the Master slide and its associated layouts.
The right pane lets you add and edit placeholders like Title, Content, Text, and Image on the Master slide or a layout. You can further move, resize, rotate, align, or rearrange the placeholders from this pane. This way, you can organize all the elements on the slide quickly and efficiently. You can now add content to these placeholders so they show up either on the entire presentation or on specific slides. You can further edit these placeholders any time in the Master View to make your slide deck look more consistent.
From the right pane, you can include details like date, slide number, and footer message either throughout the entire presentation or on specific slides. You can also move the footer message to the top and make it the header of your slide.
You can apply background fills throughout your presentation or just on specific slides using the Master slide and its layouts.
You can also modify text, pictures, shapes, tables, and other objects on the Master slide or its layouts. This way, you can save time editing the elements on every slide in the presentation.
Reorder and review the slides using the Sorter View
You can use the Sorter View option when you want to take a look at the miniature version of your slide deck so you can easily rearrange your slides in the proper sequence. In this window, you can add, delete, duplicate, lock, and play slides. You can further hide or show certain slides in your presentation.
The Sorter View is also an ideal choice when you want to glance at all the styles and formats used in your slide deck. You can adjust the Zoom slider to take a closer look at the content.
Run the presentation in a full screen mode
You can use the Slideshow View when you want to run the presentation in a new window to check its design.
You can click the Play button when you want to preview the current slide. This is useful especially when you have gifs, videos, or Smart Elements on the slide. You can get an idea of how these objects will play at the time of presentation.
Likewise, the From Beginning option under the Play drop-down is a good choice when you want to run the presentation from the start to check if the slides are advancing according to the set duration. You can also confirm whether the transition and animation effects are appearing based on the properties you set.
You can also use the Slideshow view to deliver a presentation to a group in a meeting room. You can use the marker tools at the bottom of this view to highlight key areas in your slide.
Track the time elapsed during a presentation using the Presenter View
You can click the Presenter View option when you want to rehearse your presentation with a timer.
On the right pane of the Presenter View, you can view the upcoming slide and its related notes. You also have the option to preview all the slides in your presentation.
Let's say you have to deliver a presentation at your client's place within one hour and you know that you can complete the presentation in half an hour (because you have already rehearsed with the timer). In this case, you can use some options in the Presenter View to utilize that extra time given to you. For example, you can use the delivery tools at the bottom of this view to give a recap and emphasize key points in your presentation or use the Blackout option to cover your slide and engage in a discussion with your audience.
Preview the slides before printing
You can enable a few options under Print and visualize how your presentation will look on a hard copy. For example, you can choose the Slides option when you want to include just the image of your slide in the sheet so that there's plenty of space for your audience to take notes. The Slides with notes is useful when you want to share copies of your presentation along with your own presenter notes. You can choose the Handouts option when you want to create copies of your presentation along with some space for the audience to share their feedback.
We hope you found this article helpful! We'll be back with more interesting tips for Show.
You can connect with us on Facebook, Twitter, and Instagram to learn more about how Show can help improve your business communications. You may also write to us at support@zohoshow.com or comment below.
Happy presenting!
—the Show team
Recent Topics
Using Zoho Forms vs Zoho Survey
Hello - I'm looking for advice on whether to use Zoho Survey or Zoho Forms for our small non-profit. We have a Zoho One subscription, so have access to both. The main use case at the moment is application forms for our professional development programs.
Custom CSS for Zoho CRM Team Bookings embeded widget
Hello, we are adding Zoho CRM Team Bookings (crm.zoho.com) in our public website. We know that we can change Theme Color, Font Color and Background Color: Zoho CRM Booking Styling But is it possible to change other CSS attributes e.g. Font Family, like
Dashboard target enhancements
Often individuals in IT are creating dashboards for their sales team. The ability to create a single dashboard that can be used by multiple people is key. A components for a dashboard have the ability to filter by logged in user which is great. However
Improved RingCentral Integration
We’d like to request an enhancement to the current RingCentral integration with Zoho. RingCentral now automatically generates call transcripts and AI-based call summaries (AI Notes) for each call, which are extremely helpful for support and sales teams.
How to add "All Open AND Overdue" back to the Home Page Task Component?
Hi everyone, I’m looking for a way to restore the Tasks component dropdown list on the Zoho CRM Home Page. Since the recent update to the Task area in my Home Page Classic View, the dropdown options (e.g., My Next 7 Days + Overdue) are too restrictive
Enable integration of CRM CPQ functionality for ZohoOne customers using Zoho Finance application
Hi there. I can't believe I'm needing to launch this idea as I would have thought this was a little obvious. Following a number of conversations with the technical team it's become evident that the CPQ functionality within CRM cannot integrate with Zoho
Client Script event on any field of a Detail page
Hi everyone! I'd like to trigger a Client Script when a user modifies a field - any field - from the Account Details page, how can I do this? I don't want to trigger it on a specific field, but on all of them. Thanks in advance!
Is there a way to update all the start and end dates of tasks of a project after a calendar change?
Hi! Here's my situation. I've built a complete project planning. All its tasks have start dates and due dates. After completing the planning, I've realized that the project calendar was not the right one. So I changed the project calendar. I now have
Client Script: Any plans to add support for multi-select field with onChange
Client Script is fantastic and the documentation lists multiselect form fields as unsupported. Just wondering if there are any plans to make this a supported field. https://www.zoho.com/crm/developer/docs/client-script/client-script-events.html 2. Field
Set Field Mandatory by Client Script ZOHO CRM
#Tips of the day We can set the field as mandatory by the client script var field_obj = ZDK.Page.getField('Custom_Field1'); field_obj.setMandatory(true); Custom_Field1 = Field API Name Apart from is if you have required any kind of Zoho work please do
Setting GC session variable programatically in a website
Hi! Is there a way now to programatically set session variables from a website for a Guided Conversations? The current available methods are dependent on react-native.
Built-in Date Functions in Zoho Analytics Query Tables
I have a doubt about whether Zoho Analytics Query Tables provide built-in functions for start date, end date, and the current month
Zoho Certified Workshops in Berlin | 20. - 21. April
Liebe Mitglieder der deutschen Zoho-Community! Wir freuen uns, Ihnen mitteilen zu können, dass unsere Zoho Certified Workshops am 20. und 21. April nach Deutschland zurückkehren! 📍Wo finden die Workshops statt? Die zertifizierten Workshops finden im
Zoho Payroll Expansion Plans
Dear Zoho Team, I truly appreciate the continuous innovation and improvements you bring to your suite of products. However, I—and I’m sure many others—would love some clarity on your Zoho Payroll expansion roadmap. Currently, it’s only available in the
CRM x WorkDrive: File storage for new CRM signups is now powered by WorkDrive
Availability Editions: All DCs: All Release plan: Released for new signups in all DCs. It will be enabled for existing users in a phased manner in the upcoming months. Help documentation: Documents in Zoho CRM Manage folders in Documents tab Manage files
Bulk upload images and specifications to products
Hi, Many users have asked this over the years and I am also asking the same. Is there any way in which we can bulk upload product (variant) images and product specifications. The current way to upload/select image for every variant is too cumbersome.
sync two zoho crm
Hello everyone. Is it possible to sync 2 zoho crm? what would be the easiest way? I am thinking of Flow. I have a Custom Module that I would like to share with my client. We both use zoho crm. Regards.
Is there a way to show contact emails in the Account?
I know I can see the emails I have sent and received on a Contact detail view, but I want to be able to see all the emails that have been sent and received between all an Accounts Contacts on the Account Detail view. That way when I see the Account detail
Export Invoices to XML file
Namaste! ZOHO suite of Apps is awesome and we as Partner, would like to use and implement the app´s from the Financial suite like ZOHO Invoice, but, in Portugal, we can only use certified Invoice Software and for this reason, we need to develop/customize on top of ZOHO Invoice to create an XML file with specific information and after this, go to the government and certified the software. As soon as we have for example, ZOHO CRM integrated with ZOHO Invoice up and running, our business opportunities
Usar o Inventory ou módulo customizado no CRM para Gestão de Estoque ?
Minha maior dor hoje em usar o zoho é a gestão do meu estoque. Sou uma empresa de varejo e essa gestão é fundamental pra mim. Obviamente preciso que esse estoque seja visível no CRM, Inicialmente fiz através de módulos personalizados no próprio Zoho CRM,
How do I setup the performance review module?
I am pretty adept when it comes to learning software and I've set up quite a few Zoho Apps over the past 3 years. But for the life of me, I can not figure out Zoho People performance reviews. I've figured out the "Organization" & LMS Modules, but the
CRM x WorkDrive: We're rolling out the WorkDrive-powered file storage experience for existing users
Release plan: Gradual rollout to customers without file storage add-ons, in this order: 1. Standalone CRM 2. CRM Plus and Zoho One DCs: All | Editions: All Available now for: - Standalone CRM accounts in Free and Standard editions without file storage
Recurring Addons
Hi, I know you can set the pricing interval for addons to weekly, monthly and yearly & set it for one off or recurring, which these are fine as a base addon item. It really would be helpful if when creating a subscription when you add on the addon item
Cancellation Fees
Hi, It really would be good if Billing could take subscription management further with cancellations & being able to apply or set a cancellation fee for a plan that is either fixed or prorated. It is not uncommon in subscriptions for cancellation fees
All new Address Field in Zoho CRM: maintain structured and accurate address inputs
Availability Update: 29 September 2025: It's currently available for all new sign-ups and for existing Zoho CRM orgs which are in the Professional edition exclusively for IN DC users. 2 March 2026: Available to users in all DCs except US and EU DC. 24
Zoho Writer Frequently not loading
I've reported this as a problem already but I can't log into my email right now or get onto the main site so you're going to hear about it again here: at least once a week, Zoho Writer will just refuse to load entirely. The main page will load and load
Bulk Associate Tasks/Task Lists to Milestones (Similar to Issues)
Hello Zoho Projects Team, We hope you are doing well. We would like to request an enhancement regarding Milestone management for Tasks in Zoho Projects. Current Behavior: In the Issues module, it is possible to select multiple issues and easily associate
Unable to produce monthly P&L reports for previous years
My company just migrated to Books this year. We have 5+ years financial data and need to generate a monthly P&L for 2019 and a monthly P&L YTD for 2020. The latter is easy, but I'm VERY surprised to learn that default reports in Zoho Books cannot create
Allow agents to enable or disable notifications from certain departments
Agents who are part of multiple departments receive notifications frequently from across the departments. They may not be actively involved in performing every action in all departments. For example, an agent could be a part of both the sales and support
WorkDrive API returning empty response even after placing file in Team Folder
Hi everyone, I am trying to fetch a file from Zoho WorkDrive using a Deluge standalone function in Zoho People. The API call executes successfully using a configured connection, but the response is coming back empty. I have verified the following: The
Address Typeahead Extension for Zoho Books
I installed the Address Typeahead extension for zoho books but when I went to configure it, it said that that version was deprecated. Is there a newer version somewhere?
Transaction Rules & Customer Payments
So I have a situation as follows. We have many clients who are all invoiced on the 1st of each month on a recurring invoice for 1 of 10 plans. This means that almost all payment dates are the same (some people pay late) and that a lot of the amounts are
Can I Integrate ADP Payroll with Zoho Books?
Hi, I am hoping that I can integrate ADP Payroll with Zoho Books so that I do not need to manually input the payroll journal entries. Is this possible? If so, how do I do that?
Zoho Books | Product updates | February 2026
Hello users, We’ve rolled out new features and enhancements in Zoho Books. From Advanced Reporting Tags to the ability to mark projects as completed, explore the latest updates designed to improve your bookkeeping experience. Introducing Advanced Reporting
Darshan Hiranandani : How many participants can join a Zoho Meeting at once?
Hi everyone, I'm Darshan Hiranandani, trying to find out the maximum number of participants that can join a Zoho Meeting at once. Has anyone here used Zoho Meeting for larger groups and can share their experience or knowledge about the participant limit?
Ask The Expert: Deep Dive into Zoho CRM, Desk, SalesIQ, and Campaigns!
Are you using Zoho to power your sales, support, and marketing, and have questions about configuration, automation, or best practices? We have great news: the “Ask The Expert” session is coming to the Zoho Benelux Community! This session is specifically
How to create a new Batch and update Stock via Inventory?
Hi everyone, We are building an automation where a user enters batch details (Batch Number, Mfg Date, Expiry, and Quantity) into a Custom Module. I need this to trigger an API call to Zoho Inventory to: Create the new batch for the item. Increase the
Zoho books Inventory valuation report VS Stock GL value
At one client, we track inventory using composite (bundled) items, and in the system settings we have enabled the option to prevent stock from going below zero. After the year-end physical count and quantity adjustments, we identified a mismatch: Inventory
Zoho Zoom extension for CRM
When meetings are booked through Zoho using the Zoom extension, the Zoom link in the invite is a host start link that contains an expiring ZAK token. The invite should instead use a standard attendee join link or a non-expiring host link - why is this
Stereo audio
L.S. Is stereo audio supported in Zoho Meetings? I would like to conduct music lessons with Meetings, but the audio needs to be good (if not great!) and stereo, and not too much compressed and such.
Next Page