_plans_faq_tabs.pug 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. include ../../_mixins/material_symbol
  2. mixin managingYourSubscription
  3. .ol-accordions-container
  4. .custom-accordion-item
  5. button.custom-accordion-header.collapsed(
  6. type='button'
  7. data-bs-toggle='collapse'
  8. data-bs-target='#managingYourSubscriptionQ1'
  9. aria-expanded='false'
  10. aria-controls='managingYourSubscriptionQ1'
  11. )
  12. | Can I change plans or cancel later?
  13. span.custom-accordion-icon
  14. +material-symbol('keyboard_arrow_down')
  15. .collapse(id='managingYourSubscriptionQ1')
  16. .custom-accordion-body
  17. span Yes, you can do this at any time by going to
  18. |  
  19. strong Account > Subscription
  20. |  
  21. span when logged in to Overleaf. You can change plans, switch between monthly and annual billing options, or cancel to downgrade to the free plan. When canceling, your subscription will continue until the end of the billing period.
  22. .custom-accordion-item
  23. button.custom-accordion-header.collapsed(
  24. type='button'
  25. data-bs-toggle='collapse'
  26. data-bs-target='#managingYourSubscriptionQ2'
  27. aria-expanded='false'
  28. aria-controls='managingYourSubscriptionQ2'
  29. )
  30. | If I change or cancel my Overleaf plan, will I lose my projects?
  31. span.custom-accordion-icon
  32. +material-symbol('keyboard_arrow_down')
  33. .collapse(id='managingYourSubscriptionQ2')
  34. .custom-accordion-body
  35. | No. Changing or canceling your plan won’t affect your projects, the only change will be to the features available to you. You can see which features are available only on paid plans in the comparison table.
  36. .custom-accordion-item
  37. button.custom-accordion-header.collapsed(
  38. type='button'
  39. data-bs-toggle='collapse'
  40. data-bs-target='#managingYourSubscriptionQ3'
  41. aria-expanded='false'
  42. aria-controls='managingYourSubscriptionQ3'
  43. )
  44. | Can I pay by invoice or purchase order?
  45. span.custom-accordion-icon
  46. +material-symbol('keyboard_arrow_down')
  47. .collapse(id='managingYourSubscriptionQ3')
  48. .custom-accordion-body
  49. | This is possible when you’re purchasing a group subscription for five or more people, or a site license. For individual subscriptions, we can only accept payment online via credit card, debit card, or PayPal.
  50. .custom-accordion-item
  51. button.custom-accordion-header.collapsed(
  52. type='button'
  53. data-bs-toggle='collapse'
  54. data-bs-target='#managingYourSubscriptionQ4'
  55. aria-expanded='false'
  56. aria-controls='managingYourSubscriptionQ4'
  57. )
  58. | How do I view/update the credit card being charged for my subscription?
  59. span.custom-accordion-icon
  60. +material-symbol('keyboard_arrow_down')
  61. .collapse(id='managingYourSubscriptionQ4')
  62. .custom-accordion-body
  63. span You can view and update the card on file by going to Account >
  64. |  
  65. a.inline-green-link(
  66. target='_blank'
  67. href='/user/subscription'
  68. event-tracking='plans-page-click'
  69. event-tracking-mb='true'
  70. event-tracking-trigger='click'
  71. event-segmentation={button: 'contact', location: 'faq'}
  72. )
  73. span Subscription
  74. | .
  75. mixin overleafIndividualPlans
  76. .ol-accordions-container
  77. .custom-accordion-item
  78. button.custom-accordion-header.collapsed(
  79. type='button'
  80. data-bs-toggle='collapse'
  81. data-bs-target='#overleafIndividualPlansQ1'
  82. aria-expanded='false'
  83. aria-controls='overleafIndividualPlansQ1'
  84. )
  85. | How does the free trial work?
  86. span.custom-accordion-icon
  87. +material-symbol('keyboard_arrow_down')
  88. .collapse(id='overleafIndividualPlansQ1')
  89. .custom-accordion-body
  90. span You get full access to your chosen plan during your 7-day free trial, and there’s no obligation to continue beyond the trial. Your card will be charged at the end of your trial unless you cancel before then. To cancel, go to
  91. |  
  92. strong Account >
  93. |  
  94. a.inline-green-link(
  95. target='_blank'
  96. href='/user/subscription'
  97. event-tracking='plans-page-click'
  98. event-tracking-mb='true'
  99. event-tracking-trigger='click'
  100. event-segmentation={button: 'contact', location: 'faq'}
  101. )
  102. span Subscription
  103. |  
  104. span when logged in to Overleaf (the trial will continue for the full 7 days).
  105. .custom-accordion-item
  106. button.custom-accordion-header.collapsed(
  107. type='button'
  108. data-bs-toggle='collapse'
  109. data-bs-target='#overleafIndividualPlansQ2'
  110. aria-expanded='false'
  111. aria-controls='overleafIndividualPlansQ2'
  112. )
  113. | What’s a collaborator on an Overleaf individual subscription?
  114. span.custom-accordion-icon
  115. +material-symbol('keyboard_arrow_down')
  116. .collapse(id='overleafIndividualPlansQ2')
  117. .custom-accordion-body
  118. | A collaborator is someone you invite to work with you on a project. So, for example, on our Standard plan you can have up to 10 people collaborating with you on any given project.
  119. .custom-accordion-item
  120. button.custom-accordion-header.collapsed(
  121. type='button'
  122. data-bs-toggle='collapse'
  123. data-bs-target='#overleafIndividualPlansQ3'
  124. aria-expanded='false'
  125. aria-controls='overleafIndividualPlansQ3'
  126. )
  127. | The individual Standard plan has 10 project collaborators, does it mean that 10 people will be upgraded?
  128. span.custom-accordion-icon
  129. +material-symbol('keyboard_arrow_down')
  130. .collapse(id='overleafIndividualPlansQ3')
  131. .custom-accordion-body
  132. span No. Only the subscriber’s account will be upgraded. An individual Standard subscription allows you to invite 10 people per project to edit the project with you. Your collaborators can access features such as the full document history and extended compile time, but
  133. |  
  134. strong only
  135. |  
  136. span for the project(s) they’re working on with you. If your collaborators want access to those features on their own projects, they will need to purchase their own subscription. (If you work with the same people regularly, you might find a group subscription more cost effective.)
  137. .custom-accordion-item
  138. button.custom-accordion-header.collapsed(
  139. type='button'
  140. data-bs-toggle='collapse'
  141. data-bs-target='#overleafIndividualPlansQ4'
  142. aria-expanded='false'
  143. aria-controls='overleafIndividualPlansQ4'
  144. )
  145. | Do collaborators also have access to the editing and collaboration features I’ve paid for?
  146. span.custom-accordion-icon
  147. +material-symbol('keyboard_arrow_down')
  148. .collapse(id='overleafIndividualPlansQ4')
  149. .custom-accordion-body
  150. span If you have an Overleaf subscription, then your project collaborators will have access to features like real-time track changes and document history, but
  151. |  
  152. strong only
  153. |  
  154. span for the project(s) they’re working on with you. If your collaborators want access to those features on their own projects, they will need to purchase their own subscription. (If you work with the same people regularly, you might find a group subscription more cost effective.)
  155. .custom-accordion-item
  156. button.custom-accordion-header.collapsed(
  157. type='button'
  158. data-bs-toggle='collapse'
  159. data-bs-target='#overleafIndividualPlansQ5'
  160. aria-expanded='false'
  161. aria-controls='overleafIndividualPlansQ5'
  162. )
  163. | Can I purchase an individual plan on behalf of someone else?
  164. span.custom-accordion-icon
  165. +material-symbol('keyboard_arrow_down')
  166. .collapse(id='overleafIndividualPlansQ5')
  167. .custom-accordion-body
  168. | Individual subscriptions must be purchased by the account that will be the end user. If you want to purchase a plan for someone else, you’ll need to provide them with relevant payment details to enable them to make the purchase.
  169. .custom-accordion-item
  170. button.custom-accordion-header.collapsed(
  171. type='button'
  172. data-bs-toggle='collapse'
  173. data-bs-target='#overleafIndividualPlansQ6'
  174. aria-expanded='false'
  175. aria-controls='overleafIndividualPlansQ6'
  176. )
  177. | Who is eligible for the Student plan?
  178. span.custom-accordion-icon
  179. +material-symbol('keyboard_arrow_down')
  180. .collapse(id='overleafIndividualPlansQ6')
  181. .custom-accordion-body
  182. | As the name suggests, the Student plan is only for students at educational institutions. This includes graduate students.
  183. .custom-accordion-item
  184. button.custom-accordion-header.collapsed(
  185. type='button'
  186. data-bs-toggle='collapse'
  187. data-bs-target='#overleafIndividualPlansQ7'
  188. aria-expanded='false'
  189. aria-controls='overleafIndividualPlansQ7'
  190. )
  191. | Can I transfer an individual subscription to someone else?
  192. span.custom-accordion-icon
  193. +material-symbol('keyboard_arrow_down')
  194. .collapse(id='overleafIndividualPlansQ7')
  195. .custom-accordion-body
  196. | No. Individual plans can’t be transferred.
  197. mixin overleafGroupPlans
  198. .ol-accordions-container
  199. .custom-accordion-item
  200. button.custom-accordion-header.collapsed(
  201. type='button'
  202. data-bs-toggle='collapse'
  203. data-bs-target='#overleafGroupPlansQ1'
  204. aria-expanded='false'
  205. aria-controls='overleafGroupPlansQ1'
  206. )
  207. | What’s the difference between users and collaborators on an Overleaf group subscription?
  208. span.custom-accordion-icon
  209. +material-symbol('keyboard_arrow_down')
  210. .collapse(id='overleafGroupPlansQ1')
  211. .custom-accordion-body
  212. div On any of our group plans, the number of users refers to the number of people you can invite to join your group. All of these people will have access to the plan’s paid-for features across all their projects, such as real-time track changes and document history.
  213. .mt-2 Collaborators are people that your group users may invite to work with them on their projects. So, for example, if you have the Group Standard plan, the users in your group can invite up to 10 people to work with them on a project. And if you have the Group Professional plan, your users can invite as many people to work with them as they want.
  214. .custom-accordion-item
  215. button.custom-accordion-header.collapsed(
  216. type='button'
  217. data-bs-toggle='collapse'
  218. data-bs-target='#overleafGroupPlansQ2'
  219. aria-expanded='false'
  220. aria-controls='overleafGroupPlansQ2'
  221. )
  222. | What is the benefit of purchasing an Overleaf Group plan?
  223. span.custom-accordion-icon
  224. +material-symbol('keyboard_arrow_down')
  225. .collapse(id='overleafGroupPlansQ2')
  226. .custom-accordion-body
  227. span Our Group subscriptions allow you to purchase access to our premium features for multiple people. They’re easy to manage, help save on paperwork, and allow groups of 5 or more to purchase via purchase order (PO). We also offer discounts on purchases of Group subscriptions for more than 20 users; just get in touch with our
  228. |  
  229. a.inline-green-link(
  230. target='_blank'
  231. href='/for/contact-sales'
  232. event-tracking='plans-page-click'
  233. event-tracking-mb='true'
  234. event-tracking-trigger='click'
  235. event-segmentation={button: 'contact', location: 'faq'}
  236. )
  237. span Sales team
  238. | .
  239. .custom-accordion-item
  240. button.custom-accordion-header.collapsed(
  241. type='button'
  242. data-bs-toggle='collapse'
  243. data-bs-target='#overleafGroupPlansQ3'
  244. aria-expanded='false'
  245. aria-controls='overleafGroupPlansQ3'
  246. )
  247. | Who is eligible for the educational discount?
  248. span.custom-accordion-icon
  249. +material-symbol('keyboard_arrow_down')
  250. .collapse(id='overleafGroupPlansQ3')
  251. .custom-accordion-body
  252. | The educational discount for group subscriptions is for students or faculty who are using Overleaf primarily for teaching.
  253. .custom-accordion-item
  254. button.custom-accordion-header.collapsed(
  255. type='button'
  256. data-bs-toggle='collapse'
  257. data-bs-target='#overleafGroupPlansQ4'
  258. aria-expanded='false'
  259. aria-controls='overleafGroupPlansQ4'
  260. )
  261. | How do I add more licenses to my group subscription, and what will it cost?
  262. span.custom-accordion-icon
  263. +material-symbol('keyboard_arrow_down')
  264. .collapse(id='overleafGroupPlansQ4')
  265. .custom-accordion-body
  266. div
  267. span You can add up to 20 licenses using the
  268. |  
  269. a.inline-green-link(
  270. target='_blank'
  271. href='/user/subscription'
  272. event-tracking='plans-page-click'
  273. event-tracking-mb='true'
  274. event-tracking-trigger='click'
  275. event-segmentation={button: 'contact', location: 'faq'}
  276. )
  277. span subscription management page
  278. |  
  279. span accessed by going to Account >
  280. |  
  281. a.inline-green-link(
  282. target='_blank'
  283. href='/user/subscription'
  284. event-tracking='plans-page-click'
  285. event-tracking-mb='true'
  286. event-tracking-trigger='click'
  287. event-segmentation={button: 'contact', location: 'faq'}
  288. )
  289. span Subscription
  290. |  
  291. span when logged into Overleaf. The cost per license will be prorated at the current per license rate, and will end with your existing renewal date.
  292. .mt-2
  293. span If you need more than 20 licenses added to your subscription, please
  294. |  
  295. a.inline-green-link(
  296. target='_blank'
  297. href='/for/contact-sales'
  298. event-tracking='plans-page-click'
  299. event-tracking-mb='true'
  300. event-tracking-trigger='click'
  301. event-segmentation={button: 'contact', location: 'faq'}
  302. )
  303. span contact the Sales team
  304. | .
  305. .custom-accordion-item
  306. button.custom-accordion-header.collapsed(
  307. type='button'
  308. data-bs-toggle='collapse'
  309. data-bs-target='#overleafGroupPlansQ5'
  310. aria-expanded='false'
  311. aria-controls='overleafGroupPlansQ5'
  312. )
  313. | How do I upgrade my plan from Group Standard to Group Professional?
  314. span.custom-accordion-icon
  315. +material-symbol('keyboard_arrow_down')
  316. .collapse(id='overleafGroupPlansQ5')
  317. .custom-accordion-body
  318. span You can upgrade your plan from Group Standard to Group Professional on the
  319. |  
  320. a.inline-green-link(
  321. target='_blank'
  322. href='/user/subscription'
  323. event-tracking='plans-page-click'
  324. event-tracking-mb='true'
  325. event-tracking-trigger='click'
  326. event-segmentation={button: 'contact', location: 'faq'}
  327. )
  328. span subscription management page
  329. | .